Skip to content

Commit

Permalink
remove leftover debug @NoCSRFRequired introduced with #26198
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 authored and backportbot[bot] committed Apr 1, 2021
1 parent 9df8953 commit fb201a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function __construct(

/**
* @NoAdminRequired
* @NoCSRFRequired
*/
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
Expand Down

0 comments on commit fb201a5

Please sign in to comment.