diff options
Diffstat (limited to 'src/routes/api/events/groups')
| -rw-r--r-- | src/routes/api/events/groups/+server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/api/events/groups/+server.ts b/src/routes/api/events/groups/+server.ts index db50d0ad..d74b872c 100644 --- a/src/routes/api/events/groups/+server.ts +++ b/src/routes/api/events/groups/+server.ts @@ -1,3 +1,3 @@ -import { getGroups } from '$lib/Database/SB/groups'; +import { getGroups } from "$lib/Database/SB/groups"; export const GET = async () => Response.json(await getGroups()); |