mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update healtcheck
This commit is contained in:
@@ -31,6 +31,11 @@ app.post("/publish", async (c) => {
|
|||||||
|
|
||||||
return c.json({ message: `Despliegue encolado para el usuario ${userId}` });
|
return c.json({ message: `Despliegue encolado para el usuario ${userId}` });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get("/health", async (c) => {
|
||||||
|
return c.json({ status: "ok" });
|
||||||
|
});
|
||||||
|
|
||||||
// await redisClient.connect();
|
// await redisClient.connect();
|
||||||
// await redisClient.flushAll();
|
// await redisClient.flushAll();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user