mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-03 17:58:41 +00:00
Routes files
This commit is contained in:
parent
4114f2e436
commit
22ae02ae8f
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$consoleRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
|
|
@ -1,20 +1,16 @@
|
|||
<?php
|
||||
|
||||
$httpRoutes = [
|
||||
return [
|
||||
'^.*/backend/profile/list.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller:viewProfileList',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
'^.*/backend/profile/single.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller:viewProfileSingle',
|
||||
'verb' => RouteVerb::GET,
|
||||
'result' => ViewType::HTML,
|
||||
'layout' => ViewLayout::MAIN,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
$socketRoutes = [];
|
||||
$moduleRoutes = [];
|
||||
Loading…
Reference in New Issue
Block a user