From 0b039f315b0197db3934036f207de0585cbad20d Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 3 Nov 2025 22:47:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20index.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index 6294d99c..a05f1479 100644 --- a/index.js +++ b/index.js @@ -30,10 +30,6 @@ app.get("/db-check", async (req, res) => { } }); -// --- Route de santé --- -app.get("/health", (req, res) => { - res.status(200).json({ status: "ok" }); -}); // --- Route d’accueil --- app.get("/", (req, res) => {