Merge pull request #14340 from annando/issue-14312

Issue 14312: fix uimport path / restore POST endpoints
This commit is contained in:
Tobias Diekershoff 2024-08-04 16:58:09 +02:00 committed by GitHub
commit 22dbc1e7ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 61 additions and 2 deletions

View file

@ -56,6 +56,11 @@ class Logout extends BaseModule
$this->session = $session;
}
protected function post(array $request = [])
{
// @todo check if POST is really used here
$this->rawContent($request);
}
/**
* Process logout requests