mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-11 02:38:39 +00:00
remove dynamic start for routes
This commit is contained in:
parent
7ee51e95d1
commit
8845ce27e5
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/search(\?.*|$)' => [
|
||||
'^/search(\?.*|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Search\Controller\BackendController:search',
|
||||
'verb' => RouteVerb::ANY,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user