1 parent 0c424b1 commit 0419b84Copy full SHA for 0419b84
1 file changed
backend/src/app.ts
@@ -19,7 +19,7 @@ app.use(helmet());
19
20
setupRoutes();
21
22
-app.get("/", (_req, res) => {
+app.get("/check-health", (_req, res) => {
23
res.send("Server is working...");
24
});
25
0 commit comments