Skip to content

Commit b0a3218

Browse files
author
=
committed
마이페이지 관련 API 스웨거 수정
1 parent a60672f commit b0a3218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/swOnCampus/AIPlatform/domain/member/web/controller/MemberController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import io.swagger.v3.oas.annotations.media.Schema;
1616
import io.swagger.v3.oas.annotations.responses.ApiResponses;
1717

18-
@Tag(name = "실시간 뉴스 데이터 API", description = "뉴스 데이터 관련 API")
18+
@Tag(name = "회원가입/로그인 API", description = "회원가입/로그인 관련 API")
1919
@RestController
2020
@Slf4j
2121
@RequiredArgsConstructor

0 commit comments

Comments
 (0)