diff --git a/routes/web.php b/routes/web.php index 061bcb01ba..7a6c25bdcb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -409,7 +409,7 @@ Route::group(['middleware' => 'web'], function () { )->name('logout'); }); -//Auth::routes(); +Auth::routes(); Route::get( '/health',