mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-02-17 08:48:40 +00:00
Routes files
This commit is contained in:
parent
ef5045226a
commit
8acb717834
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$consoleRoutes = [];
|
$moduleRoutes = [];
|
||||||
|
|
@ -1,12 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$httpRoutes = [
|
return [
|
||||||
'^.*/backend/controlling/budgeting/dashboard.*$' => [
|
'^.*/backend/controlling/budgeting/dashboard.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\BudgetManagement\Controller:viewBudgetingDashboard',
|
'dest' => '\Modules\BudgetManagement\Controller:viewBudgetingDashboard',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'result' => ViewType::HTML,
|
|
||||||
'layout' => ViewLayout::MAIN,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$socketRoutes = [];
|
$moduleRoutes = [];
|
||||||
Loading…
Reference in New Issue
Block a user