Replies: 1 comment 1 reply
-
You will need to set SWAGGER_ENABLED=true in your docker compose file first and then swagger UI will be available at http://localhost:8080/swagger-ui/index.html
|
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.
-
Awesome project and I'm wanting to extend it using the api! I saw
/swagger-ui/**", "/v3/api-docs/**
are protected routes and I saw those are the default paths but when I go to these, I just get redirected to the login page. I'm not so up on my knowledge on how spring auth works for this stuff so would love if you had any general direction on how to access the api docs. Thank you!Beta Was this translation helpful? Give feedback.
All reactions