Skip to content

Commit

Permalink
[UPDATE] 내부 API 전화번호 데이터 추가 (#424)
Browse files Browse the repository at this point in the history
mikekks authored Jul 24, 2024
1 parent 4bf027a commit 2a26ec6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ public record InternalMemberActivityResponse(
@Schema(required = true)
String name,
String profileImage,
String phone,
@Schema(required = true)
List<InternalMemberActivityResponse.MemberSoptActivityResponse> activities
) {

0 comments on commit 2a26ec6

Please sign in to comment.