diff --git a/backend/index.js b/backend/index.js index aad7af6b..67cccf44 100644 --- a/backend/index.js +++ b/backend/index.js @@ -46,7 +46,7 @@ app.get("/db-check", async (req, res) => { // --- Route principale --- app.get("/", (req, res) => { - res.json({ message: "The Tip Top API " }); + res.json({ message: "The Tip Top API o o " }); }); // --- 🚀 Monitoring Prometheus ---