mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-15 13:08:40 +00:00
remove dynamic start for routes
This commit is contained in:
parent
c1b9c04579
commit
95b9ae4ca3
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/production/list(\?.*$|$)' => [
|
'^/production/list(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -17,7 +17,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/create(\?.*$|$)' => [
|
'^/production/create(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -28,7 +28,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/process/list(\?.*$|$)' => [
|
'^/production/process/list(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionProcessList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionProcessList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -39,7 +39,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/process/create(\?.*$|$)' => [
|
'^/production/process/create(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionProcessCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionProcessCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -50,7 +50,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/machine/list(\?.*$|$)' => [
|
'^/production/machine/list(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -61,7 +61,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/machine/create(\?.*$|$)' => [
|
'^/production/machine/create(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
@ -72,7 +72,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/production/machine/view(\?.*$|$)' => [
|
'^/production/machine/view(\?.*$|$)' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
'dest' => '\Modules\Production\Controller\BackendController:viewProductionMachineCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user