diff options
-rw-r--r-- | core/Controller/SearchController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/SearchController.php b/core/Controller/SearchController.php index 42439e9ceb9..72633630dad 100644 --- a/core/Controller/SearchController.php +++ b/core/Controller/SearchController.php @@ -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); |