Redirect home page to login or dashboard
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('home');
|
||||
});
|
||||
Route::get('/', "HomeController@index");
|
||||
|
||||
Auth::routes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user