mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-02-05 18:28:41 +00:00
remove dynamic start for routes
This commit is contained in:
parent
9ba044cc40
commit
6d47e7afa4
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/controlling/balance/dashboard(\?.*$|$)' => [
|
||||
'^/controlling/balance/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user