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 3895b4e commit 5f92f1cCopy full SHA for 5f92f1c
frontends/main/src/app/healthcheck/route.ts
@@ -0,0 +1,3 @@
1
+export async function GET() {
2
+ return Response.json({ status: "ok" }, { status: 200 })
3
+}
0 commit comments