Commit adb2da98648c5b02b9a36938783031f800e5e3cf

Authored by Alex Savenko
1 parent 1f3b737a

test new routing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Bootstrap/RouteBootstrap.php
@@ -45,7 +45,7 @@ class RouteBootstrap implements BootstrapInterface @@ -45,7 +45,7 @@ class RouteBootstrap implements BootstrapInterface
45 /** @var \Phalcon\Mvc\View\Simple $view */ 45 /** @var \Phalcon\Mvc\View\Simple $view */
46 $view = $api->di->get(Services::VIEW); 46 $view = $api->di->get(Services::VIEW);
47 47
48 - return $view->render('general/index'); 48 + return $view->render('general/test');
49 }); 49 });
50 } 50 }
51 } 51 }
52 \ No newline at end of file 52 \ No newline at end of file