mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-20 19:48:42 +00:00
Routes files
This commit is contained in:
parent
4b3cb36dc1
commit
07142fea40
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$consoleRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
|
|
@ -1,36 +1,28 @@
|
|||
<?php
|
||||
|
||||
$httpRoutes = [
|
||||
return [
|
||||
'^.*/backend/checklist/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Checklist\Controller:viewChecklistList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
'^.*/backend/checklist/template/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Checklist\Controller:viewChecklistTemplateList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
'^.*/backend/checklist/template/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Checklist\Controller:viewChecklistTemplateCreate',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
'^.*/backend/checklist/template/view.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Checklist\Controller:viewChecklistTemplateView',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$socketRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
Loading…
Reference in New Issue
Block a user