This commit is contained in:
@@ -87,7 +87,6 @@ app.get("/health", (_, res) => {
|
|||||||
res.json({ status: "ok" });
|
res.json({ status: "ok" });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
app.get("/deploy", (_, res) => {
|
app.get("/deploy", (_, res) => {
|
||||||
res.json({ status: "deploy" });
|
res.json({ status: "deploy" });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user