eliminato link di registrazione

This commit is contained in:
Amministratore 2022-03-11 11:16:16 +01:00
parent 914fd2759e
commit 95ba0f602b

View File

@ -21,7 +21,7 @@ Route::get('/', function () {
}); });
// Auth::routes(['register' => false]); // Production only Auth::routes(['register' => false]); // Production only
Auth::routes(); // Auth::routes();
Route::get('/calendar', [TagController::class,'calendartest'])->name('calendar'); 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');