aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/health/+server.ts
blob: 9161b5c7fc92bdc53c8f3bfb86f4d1bf3ea7a632 (plain) (blame)
1
export const GET = () => new Response("OK", { status: 200 });