Skip to content

Commit

Permalink
set default SWAGGER_PREFIX as empty
Browse files Browse the repository at this point in the history
  • Loading branch information
pasquy73 committed Jan 23, 2025
1 parent 638e113 commit a5b5716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ logging:
# Swagger prefix
springdoc:
api-docs:
path: ${SWAGGER_PREFIX:/billing-proxy}/swagger-ui/v3/api-docs
path: ${SWAGGER_PREFIX:}/swagger-ui/v3/api-docs
swagger-ui:
path: ${SWAGGER_PREFIX:/billing-proxy}/
url: ${SWAGGER_PREFIX:/billing-proxy}/swagger-ui/v3/api-docs
path: ${SWAGGER_PREFIX:}/
url: ${SWAGGER_PREFIX:}/swagger-ui/v3/api-docs

# Spring Boot Actuator
management:
Expand Down

0 comments on commit a5b5716

Please sign in to comment.