This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user