I'm using zuul for routing traffic on my project and when I check Swagger file on one of my services I can see that context path is duplicated. Here is my zuul config:
zuul:
routes:
myservice:
path: /myservice/**
url: http://<host>:<port>/
Then it doesn't work for zuul but myservice is running fine..