change default view of homepage
This commit is contained in:
parent
53d5a7d925
commit
4f987a07dd
@ -11,10 +11,6 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/', function () {
|
|
||||||
return view('welcome');
|
|
||||||
});
|
|
||||||
|
|
||||||
Auth::routes();
|
Auth::routes();
|
||||||
|
|
||||||
Route::get('/home', 'HomeController@index')->name('home');
|
Route::get('/', 'HomeController@index')->name('index');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user