mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update healtcheck
This commit is contained in:
parent
1c9b704ecc
commit
81a41a7f31
@ -31,6 +31,11 @@ app.post("/publish", async (c) => {
|
||||
|
||||
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.flushAll();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user