From 76134c9e40969a671c62f862863160124c5ef396 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 22 Feb 2026 18:07:34 +0100 Subject: [PATCH] removed old routes.php --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index abc2ed1..35b6f49 100644 --- a/public/index.php +++ b/public/index.php @@ -50,7 +50,6 @@ $capsule->bootEloquent(); /* ------------------------------------------------- Chargement des routes ------------------------------------------------- */ -// (require __DIR__ . '/../src/Routes/routes.php')($app); $routerFiles = glob(__DIR__ . '/../src/Routes/*.php'); foreach ($routerFiles as $file) { (require $file)($app); // chaque fichier retourne une fonction qui ajoute ses routes