Skip to content

Commit 0419b84

Browse files
authored
Update app.ts
1 parent 0c424b1 commit 0419b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.use(helmet());
1919

2020
setupRoutes();
2121

22-
app.get("/", (_req, res) => {
22+
app.get("/check-health", (_req, res) => {
2323
res.send("Server is working...");
2424
});
2525

0 commit comments

Comments
 (0)