This commit is contained in:
soufiane 2025-10-26 00:48:29 +02:00
parent 98caec8c85
commit c7c616f918

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" });
res.json({ message: "The Tip Top API " });
});
// --- 🚀 Monitoring Prometheus ---