diff --git a/routes/web.php b/routes/web.php index 12fc04c..2ad3296 100644 --- a/routes/web.php +++ b/routes/web.php @@ -11,10 +11,6 @@ | */ -Route::get('/', function () { - return view('welcome'); -}); - Auth::routes(); -Route::get('/home', 'HomeController@index')->name('home'); +Route::get('/', 'HomeController@index')->name('index');