diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index c454b01..f40e19a 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -45,7 +45,7 @@ class RouteBootstrap implements BootstrapInterface /** @var \Phalcon\Mvc\View\Simple $view */ $view = $api->di->get(Services::VIEW); - return $view->render('general/index'); + return $view->render('general/test'); }); } } \ No newline at end of file -- libgit2 0.21.4