diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 28ecf6e..9d59894 100644 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType; use phpOMS\Router\RouteVerb; return [ - '^.*/controlling/pl/dashboard(\?.*$|$)' => [ + '^/controlling/pl/dashboard(\?.*$|$)' => [ [ 'dest' => '\Modules\IncomeStatement\Controller\BackendController:viewPLDashboard', 'verb' => RouteVerb::GET,