oms-BudgetManagement/Admin/Routes/http.php
2016-04-02 16:24:59 +02:00

11 lines
229 B
PHP

<?php
return [
'^.*/backend/controlling/budgeting/dashboard.*$' => [
[
'dest' => '\Modules\BudgetManagement\Controller:viewBudgetingDashboard',
'verb' => RouteVerb::GET,
],
],
];