Skip to content

Commit

Permalink
update to default routes to use drawRoutes()
Browse files Browse the repository at this point in the history
  • Loading branch information
James Gibson authored and James Gibson committed Dec 5, 2016
1 parent d43ca2c commit 9554bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/routes.cfm
Expand Up @@ -4,5 +4,5 @@
The default route is the one that will be called on your application's "home" page.
*/
addRoute(name="home", pattern="", controller="wheels", action="wheels");
</cfscript>
drawRoutes().root(to="wheels##wheels").end();
</cfscript>

0 comments on commit 9554bae

Please sign in to comment.