From: soufiane Date: Wed, 17 Sep 2025 16:33:28 +0000 (+0200) Subject: wait #7726 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e245997644fdaeccf5744869a9368eb3e3908a1e;p=psq.git wait #7726 @0:15 --- 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'); +});