in my own routes.php file i have ``` Route::group(['middleware' => 'web'], function () { Route::auth(); Route::get('/', 'IndexController@index'); }); ``` But it keeps going to the Pratt Landing Page