Switch logout back to post

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-13 13:30:11 -07:00
parent bda5d13c2b
commit 1424e168d6

View file

@ -434,7 +434,7 @@ Route::group(['middleware' => 'web'], function () {
'uses' => 'DashboardController@getIndex' ]
);
Route::get(
Route::post(
'logout',
[LoginController::class, 'logout']
)->name('logout');