started with template fixes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:26:00 +00:00
parent f3a7f59ac3
commit 7ee51e95d1

View File

@ -22,6 +22,7 @@ return [
[
'dest' => '\Modules\Search\Controller\ApiController:search',
'verb' => RouteVerb::ANY,
'csrf' => true,
'permission' => [
'module' => ApiController::NAME,
'type' => PermissionType::READ,