There was an error while loading. Please reload this page.
2 parents e0dcf64 + 17b64a4 commit 9010524Copy full SHA for 9010524
1 file changed
core/Controller/SearchController.php
@@ -55,7 +55,6 @@ public function __construct(
55
56
/**
57
* @NoAdminRequired
58
- * @NoCSRFRequired
59
*/
60
public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse {
61
$results = $this->searcher->searchPaged($query, $inApps, $page, $size);
0 commit comments