Skip to content

Commit

Permalink
ADD healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet authored and GusSand committed Mar 25, 2024
1 parent be09986 commit ff93e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const authMiddleware = (
next();
};

app.get("/", async (_req, res) => {
app.get("/health", async (_req, res) => {
return res.status(200).send("ok");
});

Expand Down

0 comments on commit ff93e2e

Please sign in to comment.