From 22ae02ae8f9f6303204b8ceba7407112af9d45ea Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 2 Apr 2016 16:24:59 +0200 Subject: [PATCH] Routes files --- Admin/Routes/console.php | 2 +- Admin/Routes/http.php | 6 +----- Admin/Routes/socket.php | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Admin/Routes/console.php b/Admin/Routes/console.php index 45b4afe..1ecbfac 100644 --- a/Admin/Routes/console.php +++ b/Admin/Routes/console.php @@ -1,3 +1,3 @@ [ [ '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, ], ], ]; diff --git a/Admin/Routes/socket.php b/Admin/Routes/socket.php index d80e21c..1ecbfac 100644 --- a/Admin/Routes/socket.php +++ b/Admin/Routes/socket.php @@ -1,3 +1,3 @@