swagger-combined
swagger-combined copied to clipboard
The Request Url and Curl Command are pointing to the combined URL
For example, the URL for an operation in one of the microservices is http://localhost:7000/api/foo In the combined swagger the Request URL & curl command will display the combined URL, e.g. http://localhost:3000/api/foo
Can the original URL be displayed?