From 4f5d39726b1d30156adc5dc1c932a23f8ee98d86 Mon Sep 17 00:00:00 2001 From: soufiane Date: Sun, 26 Oct 2025 01:05:55 +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 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 ---