Skip to content

Commit 20890a6

Browse files
committed
docs: 채팅 API Swagger Tag description 수정
1 parent 1a08166 commit 20890a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/back/web7_9_codecrete_be/domain/chats/controller/ChatMessageReadController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import io.swagger.v3.oas.annotations.tags.Tag;
1818
import lombok.RequiredArgsConstructor;
1919

20-
@Tag(name = "Chat", description = "채팅 메시지 조회 API")
20+
@Tag(name = "Chat", description = "채팅 관련 API")
2121
@RestController
2222
@RequestMapping("/api/v1/chats")
2323
@RequiredArgsConstructor

src/main/java/com/back/web7_9_codecrete_be/domain/chats/controller/ChatRoomController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import io.swagger.v3.oas.annotations.tags.Tag;
1515
import lombok.RequiredArgsConstructor;
1616

17-
@Tag(name = "Chat", description = "공연 채팅방 입장 API")
17+
@Tag(name = "Chat", description = "채팅 관련 API")
1818
@RestController
1919
@RequestMapping("/api/v1/chat-room")
2020
@RequiredArgsConstructor

0 commit comments

Comments
 (0)