diff --git a/app/config/routes.php b/app/config/routes.php index 8bfbfccb..6b48754c 100755 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -27,7 +27,7 @@ * its action called 'display', and we pass a param to select the view file * to use (in this case, /app/views/pages/home.ctp)... */ -Router::connect('/', array('controller' => 'director_app')); +Router::connect('/', array('controller' => 'tasks_app')); Router::connectNamed(array('passed')); Router::connect('/q/*', array('controller' => 'kodaks', 'action' => 'develop')); Router::connect('/git/*', array('controller' => 'gits', 'action' => 'exec'));