Skip to content

Commit

Permalink
Update SwaggerConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon0221 authored Nov 23, 2024
1 parent 6c23202 commit d2b80ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/example/demo/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SwaggerConfig {
public OpenAPI createOpenAPI() {
// API 정보 설정
Info apiInfo = new Info()
.title("너디너리 해커톤 N팀") // API 제목
.title("cd 완성") // API 제목
.description("너디너리 해커톤 N팀 API 명세서") // API 설명
.version("1.0.0"); // API 버전

Expand All @@ -43,4 +43,4 @@ public OpenAPI createOpenAPI() {
.addSecurityItem(securityRequirement) // 인증 요구사항 추가
.components(components); // 인증 컴포넌트 추가
}
}
}

0 comments on commit d2b80ea

Please sign in to comment.