Forum Discussion
1 Reply
Sort By
- ponelat
Staff
Hi zure9717
Multiple basePaths aren't a feature of Swagger 2.0.
They only work if _all_ your endpoints hare a common path (ie: basePath).
Instead, you can leave out the basePath feature (or use `/` as it's value).
Here is an example gist: https://gist.github.com/ponelat/15762c0d7da58bec96fbac6030db31e9
Josh