We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1caa9 commit ade4b91Copy full SHA for ade4b91
src/routes/healthcheck/+server.ts
@@ -0,0 +1,3 @@
1
+export async function GET() {
2
+ return new Response("OK", { status: 200 });
3
+}
0 commit comments