mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-11 17:18:41 +00:00
remove dynamic start for routes
This commit is contained in:
parent
e4541c4756
commit
1dc2b20aa8
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/warehouse/labeling/item/list(\?.*$|$)' => [
|
||||
'^/warehouse/labeling/item/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -17,7 +17,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/labeling/item(\?.*$|$)' => [
|
||||
'^/warehouse/labeling/item(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItem',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -28,7 +28,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/labeling/layout(\?.*$|$)' => [
|
||||
'^/warehouse/labeling/layout(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewLayout',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -39,7 +39,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/labeling/layout/list(\?.*$|$)' => [
|
||||
'^/warehouse/labeling/layout/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemLabelList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user