Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: swagger base url
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed Oct 1, 2024
1 parent 35a344a commit c56c5d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.

This file was deleted.

7 changes: 6 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ spring.jpa.open-in-view=false
# SWAGGER-UI CUSTOM PATH
springdoc.swagger-ui.path=/swagger-ui.html
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha
springdoc.swagger-ui.operationsSorter=alpha

springdoc.show-actuator: true
springdoc.api-docs.path: /stage2/v3/api-docs
springdoc.swagger-ui.enabled: true
springdoc.swagger-ui.url: /stage2/v3/api-docs

0 comments on commit c56c5d4

Please sign in to comment.