File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ During development default users are
5757## Main API Endpoints
5858API-Root: /
5959
60- Swagger-UI: http://localhost:8080/swagger-ui/index.html?url=/v3/api-docs#/
60+ Swagger-UI: http://localhost:8080/swagger-ui
6161
6262HAL - Browser: On "/" -> redirects to http://localhost:8080/explorer/index.html#uri=/
6363
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ logging.level.com.patternpedia.api=debug
1010spring.datasource.initialization-mode =always
1111spring.jpa.properties.hibernate.enable_lazy_load_no_trans =true
1212springdoc.swagger-ui.url =/patternpedia/v3/api-docs
13+ springdoc.swagger-ui.path =/swagger-ui
14+ springdoc.swagger-ui.config-url =/patternpedia/v3/api-docs/swagger-config
1315springdoc.swagger-ui.operationsSorter =alpha
1416springdoc.default-produces-media-type =application/hal+json
1517
You can’t perform that action at this time.
0 commit comments