remove leftover debug @NoCSRFRequired introduced with #26198
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
e0dcf642de
commit
17b64a4606
|
@ -55,7 +55,6 @@ class SearchController extends Controller {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @NoAdminRequired
|
* @NoAdminRequired
|
||||||
* @NoCSRFRequired
|
|
||||||
*/
|
*/
|
||||||
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
|
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
|
||||||
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
|
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
|
||||||
|
|
Loading…
Reference in New Issue