diff --git a/backend/index.js b/backend/index.js index 89538953..aad7af6b 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 is" }); + res.json({ message: "The Tip Top API " }); }); // --- 🚀 Monitoring Prometheus ---