Skip to content

Commit 5f92f1c

Browse files
add a healthcheck route (#2357)
1 parent 3895b4e commit 5f92f1c

File tree

1 file changed

+3
-0
lines changed
  • frontends/main/src/app/healthcheck

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export async function GET() {
2+
return Response.json({ status: "ok" }, { status: 200 })
3+
}

0 commit comments

Comments
 (0)