Skip to content

Commit

Permalink
feat: 스웨거 원격 배포된 서버 주소 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Jul 30, 2024
1 parent 267e99e commit f79b784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public OpenAPI openAPI() {
return new OpenAPI()
.components(new Components().addSecuritySchemes("bearerAuth", securityScheme))
.security(Arrays.asList(securityRequirement))
.info(apiInfo()).servers(List.of(local));
.info(apiInfo()).servers(List.of(server, local));
}

private Info apiInfo() {
Expand Down

0 comments on commit f79b784

Please sign in to comment.