This commit is contained in:
soufiane 2025-10-26 01:05:55 +02:00
parent c7c616f918
commit 4f5d39726b

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