mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-09 07:08:39 +00:00
Routes files
This commit is contained in:
parent
733394b86b
commit
6ed19b8277
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$consoleRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
|
|
@ -1,12 +1,10 @@
|
|||
<?php
|
||||
|
||||
$httpRoutes = [
|
||||
return [
|
||||
'^.*/backend/dashboard/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$socketRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
Loading…
Reference in New Issue
Block a user