From d70e399a2af11b85b53a7eecf6232c659f655ce1 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\Draw\Controller:setUpDrawEditor', @@ -11,16 +11,12 @@ $httpRoutes = [ [ 'dest' => '\Modules\Draw\Controller:viewDrawCreate', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/draw/list.*$' => [ [ 'dest' => '\Modules\Draw\Controller:viewDrawList', '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 @@