From e245997644fdaeccf5744869a9368eb3e3908a1e Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 17 Sep 2025 18:33:28 +0200 Subject: [PATCH] wait #7726 @0:15 --- routes/web.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/routes/web.php b/routes/web.php index a28bac4..b226235 100644 --- a/routes/web.php +++ b/routes/web.php @@ -166,3 +166,7 @@ Route::get('mentions-legales', function () { if (config('app.env') === 'local') { Route::get('debug', 'DebugController@test'); } + +Route::fallback(function(){ + return view('errors.404'); +}); -- 2.39.5