Skip to content

Commit

Permalink
OK!!
Browse files Browse the repository at this point in the history
  • Loading branch information
bxra2 committed Feb 28, 2024
1 parent a0b28bc commit 5ff3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { authMiddleware } from "./middleware/authMiddleware";

app.use(requestLoggerMiddleware);

app.get("/healthz", (req, res) => res.send({ status: "OK" }));
app.get("/healthz", (req, res) => res.send({ status: "OK!!" }));

app.post("/v1/signup", signUp);

Expand Down

0 comments on commit 5ff3380

Please sign in to comment.