Merge pull request #26405 from nextcloud/backport/26403/stable20

[stable20] remove leftover debug @NoCSRFRequired introduced with #26198
This commit is contained in:
Morris Jobke 2021-04-01 18:17:08 +02:00 committed by GitHub
commit 94c8e96a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class SearchController extends Controller {
/**
* @NoAdminRequired
* @NoCSRFRequired
*/
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);