deploy
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-28 17:37:44 +01:00
parent 0de8d9faa1
commit 5a74bcf81b
2 changed files with 7 additions and 2 deletions

View File

@@ -87,6 +87,11 @@ app.get("/health", (_, res) => {
res.json({ status: "ok" });
});
app.get("/deploy", (_, res) => {
res.json({ status: "deploy" });
});
// Version endpoint
app.get("/version", (_, res) => {
res.json({