Assegnazione ruoli ad utente

This commit is contained in:
2023-07-06 13:44:41 +02:00
parent 4850b5bbef
commit 1318b50fcc
6 changed files with 59 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ Route::get('/', function () {
Auth::routes(['register' => false]); // Production only
// Auth::routes(); //development mode
Route::get('/calendar', [TagController::class,'calendartest'])->name('calendar');
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
// Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');