This commit is contained in:
soufiane 2025-10-25 23:40:17 +02:00
parent c59b58c812
commit 1ec2398157

View File

@ -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 ---