This commit is contained in:
2024-02-17 18:23:29 +01:00
parent e356b039f9
commit fca756b556
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ Route::get('/pippo', function (Request $request) {
Route::view('/prova','test')->name('prova');
Route::get('/dashboard', function () {
return view('dashboard');