Skip to content

Commit

Permalink
Merge pull request #124 from Team-Tiki/hotfix/#123-swagger
Browse files Browse the repository at this point in the history
[HOTFIX] SwaggerConfig 수정
  • Loading branch information
Chan531 authored Jul 19, 2024
2 parents 8cf418f + 4790afa commit 7d7ccef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public OpenAPI openApi() {
return new OpenAPI()
.components(components)
.security(List.of(securityRequirement))
// .servers(List.of(server))
.servers(List.of(server))
.info(info);
}
}

0 comments on commit 7d7ccef

Please sign in to comment.