modificato la pagina routes/web

This commit is contained in:
Amministratore 2023-05-03 10:49:50 +02:00
parent 83ce999b38
commit 25c1050e4a

View File

@ -21,11 +21,8 @@ Route::get('/', function () {
});
//Auth::routes(['register' => false]); // Production only
Auth::routes(); //development mode
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');
Auth::routes();
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');