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