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 9feb1d0 commit 01fa646Copy full SHA for 01fa646
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