Health endpoint

This commit is contained in:
2025-08-19 22:09:52 -04:00
parent 802992f551
commit 99a8f3c8ac
+5
View File
@@ -0,0 +1,5 @@
export async function GET(request: Request) {
return new Response('OK', {
status: 200,
})
}