We have path based routing set up for one of our applications as follows
https://api.example.com/mailservice
It is at this endpoint that api's are able to call the MailService application. However, i am unable to see the swagger-ui page load when i navigate to it from this endpoint:
https://api.example.com/mailservice/swagger-ui/index.html
Not sure if there's something im missing, some assistance on this would be helpful!