Skip to content

Commit

Permalink
update to make sure root only responds to get
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 9554bae commit 8e5a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
*/
drawRoutes().root(to="wheels##wheels").end();
drawRoutes().root(to="wheels##wheels", method="get").end();
</cfscript>

0 comments on commit 8e5a17e

Please sign in to comment.