mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Re-emable auth routes
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
fa786e615e
commit
b7f45d2ae2
|
@ -409,7 +409,7 @@ Route::group(['middleware' => 'web'], function () {
|
|||
)->name('logout');
|
||||
});
|
||||
|
||||
//Auth::routes();
|
||||
Auth::routes();
|
||||
|
||||
Route::get(
|
||||
'/health',
|
||||
|
|
Loading…
Reference in a new issue