diff --git a/routes/web.php b/routes/web.php
index 2528e73..9ead850 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -46,6 +46,7 @@ Route::get('/', function () {
return view('welcome');
})->name('index');
*/
+
Route::get('/', [MainController::class, 'index'])->name('index');
//Роуты авторизации, регистрации, восстановления, аутентификации