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 ddbe7d2 commit 6d91018Copy full SHA for 6d91018
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