diff --git a/apps/server/src/app.ts b/apps/server/src/app.ts index 29365f1..cd2e343 100644 --- a/apps/server/src/app.ts +++ b/apps/server/src/app.ts @@ -87,7 +87,6 @@ app.get("/health", (_, res) => { res.json({ status: "ok" }); }); - app.get("/deploy", (_, res) => { res.json({ status: "deploy" }); });