Skip to content

Commit

Permalink
default route will now route to tasks_app
Browse files Browse the repository at this point in the history
before it pointed to director_app but this app has moved to a different place (github/anito/app.director)
  • Loading branch information
Axel Nitzschner committed Feb 7, 2012
1 parent f56b2f8 commit a3950f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/routes.php
Expand Up @@ -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'));
Expand Down

0 comments on commit a3950f0

Please sign in to comment.