diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 52ba955..0d098ab 100644 --- 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 [ - '^.*/accounting/cash/list(\?.*$|$)' => [ + '^/accounting/cash/list(\?.*$|$)' => [ [ 'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList', 'verb' => RouteVerb::GET, @@ -29,7 +29,7 @@ return [ ], ], ], - '^.*/accounting/cash/register(\?.*$|$)' => [ + '^/accounting/cash/register(\?.*$|$)' => [ [ 'dest' => '\Modules\CashManagement\Controller\BackendController:viewCashList', 'verb' => RouteVerb::GET,