Redirecting to: /api/routes when adding a new route
When I am trying to add a new route using the given CURL command. The route is not getting added to the ceryx and a message as Redirecting to: /api/routes is being shown, where would my installation could have gone wrong?
Can you provide the following to better understand what might be happening:
- Ceryx version you are using (since 0.6.0 trailing slashes are mandatory)
- The full command you are running
When I am trying to add a new route using the given CURL command. The route is not getting added to the ceryx and a message as
Redirecting to: /api/routesis being shown, where would my installation could have gone wrong?
I got the same error, the issue is that you need to add an / at the end of the url, ie: /api/routes/, same goes for PUT
@Alevsk Thank you for the reply, issue is with the /
maybe an update of the documentation is required for this.