Re-emable auth routes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-06-11 19:02:25 -07:00
parent fa786e615e
commit b7f45d2ae2

View file

@ -409,7 +409,7 @@ Route::group(['middleware' => 'web'], function () {
)->name('logout');
});
//Auth::routes();
Auth::routes();
Route::get(
'/health',