mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-02-11 15: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;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/warehouse/labeling/item/list(\?.*$|$)' => [
|
'^/warehouse/labeling/item/list(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemList',
|
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -17,7 +17,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/warehouse/labeling/item(\?.*$|$)' => [
|
'^/warehouse/labeling/item(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItem',
|
'dest' => '\Modules\Labeling\Controller\BackendController:viewItem',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -28,7 +28,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/warehouse/labeling/layout(\?.*$|$)' => [
|
'^/warehouse/labeling/layout(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewLayout',
|
'dest' => '\Modules\Labeling\Controller\BackendController:viewLayout',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -39,7 +39,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/warehouse/labeling/layout/list(\?.*$|$)' => [
|
'^/warehouse/labeling/layout/list(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemLabelList',
|
'dest' => '\Modules\Labeling\Controller\BackendController:viewItemLabelList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user