Skip to content

Commit

Permalink
Update API URL in Swagger-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Jan 15, 2025
1 parent dd67b89 commit c940bb5
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 c940bb5

Please sign in to comment.