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 1d48788 commit a91acc4Copy full SHA for a91acc4
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