From 1ec239815706fc053678355a419d3c1907429123 Mon Sep 17 00:00:00 2001 From: soufiane Date: Sat, 25 Oct 2025 23:40:17 +0200 Subject: [PATCH] push --- backend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/index.js b/backend/index.js index ecb038a3..89538953 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 running 🚀" }); + res.json({ message: "The Tip Top API is" }); }); // --- 🚀 Monitoring Prometheus ---