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\ResearchDevelopment\Controller:viewProjectList', 'verb' => RouteVerb::GET, - 'result' => ViewType::HTML, - 'layout' => ViewLayout::MAIN, ], ], '^.*/backend/rnd/create.*$' => [ [ 'dest' => '\Modules\ResearchDevelopment\Controller:viewProjectCreate', '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 @@