Skip to content

Commit

Permalink
chore: 스웨거에 테스트 서버 url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Youthhing committed Jun 24, 2024
1 parent 7c9a5ce commit fba79c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class SwaggerConfig {
public OpenAPI customOpenAPI() {
return new OpenAPI()
.addServersItem(new Server().url("http://localhost:8080").description("Local Server"))
.addServersItem(new Server().url("http://43.201.196.189:8082").description("Staging Server"))
.addSecurityItem(new SecurityRequirement().addList("bearerAuth"))
.components(new Components().addSecuritySchemes("bearerAuth",
new SecurityScheme()
Expand Down

0 comments on commit fba79c6

Please sign in to comment.