diff --git a/routes/web.php b/routes/web.php index fa4aba5..53beb2d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -12,4 +12,5 @@ */ Route::view('main/{any?}', 'Home'); + Route::redirect('{any?}/{any1?}/{any3?}', '/main/home');