mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-11 18:48:41 +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;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/search(\?.*|$)' => [
|
'^/search(\?.*|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Search\Controller\BackendController:search',
|
'dest' => '\Modules\Search\Controller\BackendController:search',
|
||||||
'verb' => RouteVerb::ANY,
|
'verb' => RouteVerb::ANY,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user