Skip to content

Commit

Permalink
config: SwaggerConfig의 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Nov 22, 2023
1 parent fb24428 commit 340f7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/java/com/backend/global/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ public OpenAPI openAPI() {
Server testServer = new Server();

return new OpenAPI()
.addServersItem(new Server().url("/"))
.addServersItem(new Server().url("https://milestone-staging.site"))
.addServersItem(new Server().url("https://dev.milestone-staging.stie"))
.addServersItem(new Server().url("https://dev.milestone-staging.site"))
.info(
new Info()
.title("DND-9th-1 'Milestone' API Document")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config

0 comments on commit 340f7a7

Please sign in to comment.