diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 85b31b1..2d4de9a 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -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,