From 8e5a17e03faf7a20cd51adf174c9abd1df9d6d17 Mon Sep 17 00:00:00 2001 From: James Gibson Date: Thu, 1 Dec 2016 09:19:06 -0500 Subject: [PATCH] update to make sure root only responds to get --- config/routes.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.cfm b/config/routes.cfm index 3f0336f2a..35f5c97b0 100644 --- a/config/routes.cfm +++ b/config/routes.cfm @@ -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();