1 2 3
import { getGroups } from '$lib/Database/SB/groups'; export const GET = async () => Response.json(await getGroups());