Routes files

This commit is contained in:
Dennis Eichhorn 2016-04-02 16:24:59 +02:00
parent d3aa265615
commit c87b2bb6a5
3 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,3 @@
<?php
$consoleRoutes = [];
$moduleRoutes = [];

View File

@ -1,12 +1,10 @@
<?php
$httpRoutes = [
return [
'^.*/backend/accounting/personal/entries.*$' => [
[
'dest' => '\Modules\Accounting\Controller:viewPersonalEntries',
'verb' => RouteVerb::GET,
'result' => ViewType::HTML,
'layout' => ViewLayout::MAIN,
],
],
];

View File

@ -1,3 +1,3 @@
<?php
$socketRoutes = [];
$moduleRoutes = [];