mirror of
https://github.com/Karaka-Management/oms-Notification.git
synced 2026-01-11 16:18:40 +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;
|
||||
|
||||
return [
|
||||
'^.*/notification/dashboard(\?.*$|$)' => [
|
||||
'^/notification/dashboard(\?.*$|$)' => [
|
||||
[
|
||||
'dest' => '\Modules\Notification\Controller\BackendController:viewNotificationDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user