Skip to content

Commit fcf89f6

Browse files
committed
feat: healthcheck api
1 parent fb76564 commit fcf89f6

File tree

1 file changed

+3
-0
lines changed
  • apps/msal-react-demo/src/app/api/system/health

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export async function GET(request: Request) {
2+
return new Response('Healthy', { status: 200 });
3+
}

0 commit comments

Comments
 (0)