Adds the DashboardController
This commit is contained in:
@@ -9,3 +9,7 @@
|
||||
Route::post('/setup', 'SetupController@setupCachet');
|
||||
});
|
||||
});
|
||||
|
||||
Route::group(['before' => 'auth'], function() {
|
||||
Route::get('/dashboard', 'DashboardController@showDashboard');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user