commit
This commit is contained in:
@@ -8,6 +8,8 @@ Route::get('/', function () {
|
||||
return view('welcome');
|
||||
})->name('home');
|
||||
|
||||
Route::get('/form-csrf', function () {return view('form-csrf');});
|
||||
|
||||
Route::get('/resources', function () {
|
||||
return view('resources');
|
||||
})->name('resources.index');
|
||||
|
||||
Reference in New Issue
Block a user