Hello Everyone, I am creating a Rest API with cor...
# cfml-general
n
Hello Everyone, I am creating a Rest API with core functionality. I logged into cfml administrator and set the REST SERVICE. (Screen shot attached) and the path for REST API is : 'http://127.0.0.1:8500/rest/api/create_data' Now can anyone help me to set the API Path like this : 'http://127.0.0.1:8500/api/create_data' this is client's requirement to use the built-in REST in CF.
s
I believe you will need to modify the "update rest path" setting to "api" and then the "Service mapping" to "create_data"
message has been deleted