-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat/110] 친구 요청 등록 API 구현 #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
@@ -25,6 +29,7 @@ public static class blockListDTO { | |||
@NoArgsConstructor | |||
@AllArgsConstructor | |||
public static class blockedMemberDTO { | |||
|
|||
Long memberId; | |||
String profileImg; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
profileImage Integer로 변경됐습니다! 혹시 수정해주실 수 있으신가요ㅠㅠ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 수정하겠습니다!
@@ -99,4 +104,5 @@ public static class friendInfoDTO { | |||
String memberProfileImg; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앞 리뷰와 동일하게 profileImage String -> Integer로 자료형 변경됐습니다!
🚀 개요
친구 요청 등록 API 구현 및 기존 코드 리팩토링
🔍 변경사항
⏳ 작업 내용
📝 논의사항