mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 09:48:41 +00:00
Routes files
This commit is contained in:
parent
fc51c7a9f2
commit
76c6a84bf1
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$consoleRoutes = [];
|
$moduleRoutes = [];
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$httpRoutes = [
|
return [
|
||||||
'^.*/backend/editor/create.*$' => [
|
'^.*/backend/editor/create.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
||||||
|
|
@ -11,16 +11,12 @@ $httpRoutes = [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'result' => ViewType::HTML,
|
|
||||||
'layout' => ViewLayout::MAIN,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/editor/list.*$' => [
|
'^.*/backend/editor/list.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
||||||
'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