remove dynamic start for routes

This commit is contained in:
Dennis Eichhorn 2024-03-29 15:27:31 +00:00
parent 7ee51e95d1
commit 8845ce27e5

View File

@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
use phpOMS\Router\RouteVerb;
return [
'^.*/search(\?.*|$)' => [
'^/search(\?.*|$)' => [
[
'dest' => '\Modules\Search\Controller\BackendController:search',
'verb' => RouteVerb::ANY,