fixed health endpoint

This commit is contained in:
Natfan 2025-03-06 00:52:02 +00:00
parent 18a2f360ea
commit e449769f39
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
export async function GET() {
return new Response("OK", { status: 200 });
}

View File

@ -0,0 +1 @@
export const GET = () => new Response("OK");