mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-11 03:48:40 +00:00
remove dynamic start for routes
This commit is contained in:
parent
2033de01ca
commit
1a1b24f954
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/humanresource/timerecording/dashboard(\?.*$|$)' => [
|
||||
'^/humanresource/timerecording/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceTimeRecording\Controller\BackendController:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/private/timerecording/dashboard(\?.*$|$)' => [
|
||||
'^/private/timerecording/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceTimeRecording\Controller\BackendController:viewPrivateDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -40,7 +40,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/private/timerecording/session(\?.*$|$)' => [
|
||||
'^/private/timerecording/session(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\HumanResourceTimeRecording\Controller\BackendController:viewPrivateSession',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user