We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb76564 commit fcf89f6Copy full SHA for fcf89f6
apps/msal-react-demo/src/app/api/system/health/route.ts
@@ -0,0 +1,3 @@
1
+export async function GET(request: Request) {
2
+ return new Response('Healthy', { status: 200 });
3
+}
0 commit comments