Replies: 1 comment 1 reply
-
Hi, can you please share some minimal reproducible example? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a multiservice project in kubernetes. In the ingress, I set the website address to "http://domain/api". I have access to the swagger site. After changing DownstreamSwaggerEndPointBasePath I have access to shared services. Unfortunately, the request address is set to "http://domain/", which causes me to get a 404 error when I invoke the request. Can I somehow change the request address in SwaggerForOcelot?
Beta Was this translation helpful? Give feedback.
All reactions