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