Skip to content

Commit

Permalink
swaggerConfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Jeong authored Jan 6, 2024
1 parent fa9fa14 commit c9c153f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public OpenAPI api() {
.description("API Description");

// SecuritySecheme명
String jwtSchemeName = "jwtAuth";
String jwtSchemeName = "access_token";
// API 요청헤더에 인증정보 포함
SecurityRequirement securityRequirement = new SecurityRequirement().addList(jwtSchemeName);
// SecuritySchemes 등록
Expand All @@ -50,4 +50,4 @@ public OpenAPI api() {
}


}
}

0 comments on commit c9c153f

Please sign in to comment.