Skip to content

Commit

Permalink
Refactor : log.error ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
- accessToken ์ถ”๊ฐ€
  • Loading branch information
HyemIin committed Jan 19, 2024
1 parent 86bd861 commit e959208
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class ChatRoomController {
public List<ChatRoomListGetResponse> getChatRoomList(
@RequestHeader("Authorization") String accessToken
) {
log.error("accesstoken = " + accessToken);
return chatRoomService.getChatRoomList(accessToken);
}

Expand Down

0 comments on commit e959208

Please sign in to comment.