mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-05 16:18:40 +00:00
remove dynamic start for routes
This commit is contained in:
parent
82f8e4f022
commit
f24eb6ab66
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/finance/analysis(\?.*$|$)' => [
|
||||
'^/finance/analysis(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Finance\Controller\BackendController:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/finance/tax/code/list(\?.*$|$)' => [
|
||||
'^/finance/tax/code/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Finance\Controller\BackendController:viewTaxList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -40,7 +40,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/finance/tax/code/create(\?.*$|$)' => [
|
||||
'^/finance/tax/code/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Finance\Controller\BackendController:viewTaxCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user