Skip to content

Commit

Permalink
Merge pull request #825 from EBISPOT/fix-swagger-ui-api-docs-endpoint
Browse files Browse the repository at this point in the history
Update API URL in Swagger-UI
  • Loading branch information
haideriqbal authored Jan 15, 2025
2 parents dd67b89 + c940bb5 commit 7e6bf8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
spring.jackson.serialization.INDENT_OUTPUT=true

springdoc.swagger-ui.path=/swagger-ui-ols4.html
springdoc.api-docs.path=/ols-api-docs
springdoc.swagger-ui.url=/ols-api-docs
springdoc.swagger-ui.config-url=/ols-api-docs/swagger-config
springdoc.swagger-ui.operationsSorter=method
springdoc.swagger-ui.disable-swagger-default-url=true

Expand Down

0 comments on commit 7e6bf8e

Please sign in to comment.