diff --git a/routes/web.php b/routes/web.php index 1f9e12f..14aa45b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -21,7 +21,7 @@ Route::get('/', function () { }); -// Auth::routes(['register' => false]); // Production only - Auth::routes(); + Auth::routes(['register' => false]); // Production only +// Auth::routes(); Route::get('/calendar', [TagController::class,'calendartest'])->name('calendar'); Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');