1 2 3 4
import { getGroupEvents } from '$lib/Database/events'; export const GET = async ({ url }) => Response.json(await getGroupEvents(url.searchParams.get('group') || ''));