Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
45 stars 4 forks source link

Remove trailing slash from endpoints #80

Closed mheap closed 4 years ago

mheap commented 4 years ago

Some of our endpoints don't work with a trailing slash e.g. /v0.1/messages/

There are engineering tickets open to fix this, but for now we can fix it in our renderer

slorello89 commented 4 years ago

Do we want to apply this as a general change across all endpoints - or should we create a flag for this?