mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28:40 +00:00
remove dynamic start for routes
This commit is contained in:
parent
1f061d1e55
commit
62c0921096
|
|
@ -18,7 +18,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/view(\?.*$|$)' => [
|
||||
'^/view(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:setupProfileStyles',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -29,7 +29,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/profile/list(\?.*$|$)' => [
|
||||
'^/profile/list(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:viewProfileList',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -40,7 +40,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/profile/view(\?.*$|$)' => [
|
||||
'^/profile/view(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:viewProfileView',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
@ -51,7 +51,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/module/settings/view/create(\?.*$|$)' => [
|
||||
'^/admin/module/settings/view/create(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:viewProfileAdminCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user