Rename dashboard to home.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
$router->get('/', 'WelcomeController@index');
|
||||
|
||||
$router->get('/dashboard', 'DashboardController@index');
|
||||
$router->get('/home', 'HomeController@index');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user