Browse Source

remove leftover debug @NoCSRFRequired introduced with #26198

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v22.0.0beta1
Robin Appelman 3 years ago
parent
commit
c232a40bdf
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      core/Controller/SearchController.php

+ 0
- 1
core/Controller/SearchController.php 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);

Loading…
Cancel
Save