We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0419b84 commit 2d4ff22Copy full SHA for 2d4ff22
1 file changed
backend/src/app.ts
@@ -19,8 +19,4 @@ app.use(helmet());
19
20
setupRoutes();
21
22
-app.get("/check-health", (_req, res) => {
23
- res.send("Server is working...");
24
-});
25
-
26
app.use(error);
0 commit comments