Join Slack
Powered by
this is an example of a route I am using in Routes...
# cfml-general
m
Marco
06/07/2022, 1:56 PM
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" });
Open in Slack
Previous
Next