mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Switch logout back to post
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bda5d13c2b
commit
1424e168d6
|
@ -434,7 +434,7 @@ Route::group(['middleware' => 'web'], function () {
|
||||||
'uses' => 'DashboardController@getIndex' ]
|
'uses' => 'DashboardController@getIndex' ]
|
||||||
);
|
);
|
||||||
|
|
||||||
Route::get(
|
Route::post(
|
||||||
'logout',
|
'logout',
|
||||||
[LoginController::class, 'logout']
|
[LoginController::class, 'logout']
|
||||||
)->name('logout');
|
)->name('logout');
|
||||||
|
|
Loading…
Reference in a new issue