Skip to content

Commit

Permalink
Merge pull request #17 from eunxeum/main
Browse files Browse the repository at this point in the history
♻️Refactor:Config 부분 수정
  • Loading branch information
eunxeum authored Nov 2, 2024
2 parents c366bff + b96e86a commit f4961e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public OpenAPI openAPI() {
))
.addSecurityItem(new SecurityRequirement().addList(securitySchemeName))
.info(apiInfo())
.servers(List.of(new Server().url(serverUrl), new Server().url("http://localhost:8080")));
.servers(List.of(new Server().url(serverUrl)));

}

Expand Down

0 comments on commit f4961e1

Please sign in to comment.