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

This commit is contained in:
2026-02-25 21:44:40 +01:00
parent 15804a5605
commit ad7d846604

View File

@@ -89,7 +89,10 @@ app.get("/health", (_, res) => {
// Version endpoint // Version endpoint
app.get("/version", (_, res) => { app.get("/version", (_, res) => {
res.json({ version: process.env.VERSION || "unknown", commit: process.env.COMMIT || "unknown" }); res.json({
version: process.env.VERSION || "unknown",
commit: process.env.COMMIT || "unknown",
});
}); });
// AI Test endpoint (for development only) // AI Test endpoint (for development only)