aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/events/groups/+server.ts
blob: d74b872c57718bc46b72c4f55c08bfffd754f1d4 (plain) (blame)
1
2
3
import { getGroups } from "$lib/Database/SB/groups";

export const GET = async () => Response.json(await getGroups());