Skip to content

Commit

Permalink
fix: @tag 일관된 형식으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi committed Nov 13, 2024
1 parent 07a8818 commit 2434700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import static com.leets.X.domain.chat.controller.ResponseMessage.*;

@Tag(name="ChatRoomController", description = "채팅방 생성과 입장을 책임지는 ChatRoomController")
@Tag(name="ChatRoom")
@Slf4j
@RestController
@RequestMapping("/api/v1/chatRoom")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import static com.leets.X.domain.chat.controller.ResponseMessage.CHATROOM_GET;
import static com.leets.X.domain.chat.controller.ResponseMessage.CHATTINGLIST_GET;

@Tag(name="ChattingController", description = "채팅 내역을 담당하는 ChattingController")
@Tag(name="Chatting(ChatMessage)")
@RestController
@RequestMapping("/api/v1")
@RequiredArgsConstructor
Expand Down

0 comments on commit 2434700

Please sign in to comment.