this is an example of a route I am using in Routes...
# cfml-general
m
this is an example of a route I am using in Routes.cfm //user view addRoute(pattern="/api/user/:user_id",handler="api.user", action={ post="doEdit" , get="view", options="returnOptions" });