You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
In my JAVA/Spring Boot code I generated a URL according to the http://localhost:8080/swagger-ui/index.html?url=http://localhost:8080/openapi.yaml format by adding the ?url=http://localhost:8080/openapi.yaml parameter which allowed to open my openapi.yaml directly in the swagger.
When I switched to the new version of swagger-ui (since version 4.13.2) it doesn't work the same way and I am redirected to https://petstore.swagger.io/v2/swagger.json.
How can I keep it working the same way?
I am on JAVA/Spring Boot.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions