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.
2 parents ef03fb5 + e0b51d7 commit 2df3a55Copy full SHA for 2df3a55
src/pages/api/healthz.js
@@ -0,0 +1,3 @@
1
+export default function handler(_req, res) {
2
+ res.status(200).json({ status: "ok" });
3
+}
0 commit comments