From 76c6a84bf147038f16260dd8e20013efdf5e18a8 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\Editor\Controller:setUpEditorEditor', @@ -11,16 +11,12 @@ $httpRoutes = [ [ 'dest' => '\Modules\Editor\Controller:viewEditorCreate', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/editor/list.*$' => [ [ 'dest' => '\Modules\Editor\Controller:viewEditorList', '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 @@