eliminato link di registrazione
This commit is contained in:
parent
914fd2759e
commit
95ba0f602b
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user