chat.sad.ovh/src/routes/api/health/+server.ts
2026-01-04 20:26:42 +02:00

3 lines
62 B
TypeScript

export async function GET() {
return new Response('OK!');
}