formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-28 17:50:48 +01:00
parent 5a74bcf81b
commit b2e889a4cd

View File

@@ -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" });
}); });