From c7c616f918a06e67618d99d33970f96ed1fd0dbe Mon Sep 17 00:00:00 2001 From: soufiane Date: Sun, 26 Oct 2025 00:48:29 +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 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 ---