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 74b798c commit 0c635a4Copy full SHA for 0c635a4
1 file changed
server/api/healthz.get.ts
@@ -0,0 +1,4 @@
1
+export default defineEventHandler((event) => {
2
+ event.node.res.statusCode = 200;
3
+ event.node.res.end();
4
+});
0 commit comments