Figuring out routes, etc
This commit is contained in:
@@ -17,4 +17,4 @@ Route::get('/', function () {
|
||||
|
||||
Auth::routes();
|
||||
|
||||
Route::get('/home', 'HomeController@index')->name('home');
|
||||
Route::get('/dashboard', 'DashboardController@index')->name('dashboard');
|
||||
|
||||
Reference in New Issue
Block a user