탐색 메인 - API 추가
This commit is contained in:
@@ -332,4 +332,6 @@ class MemberService(
|
||||
blockMember.isActive = true
|
||||
}
|
||||
}
|
||||
|
||||
fun isBlocked(blockedMemberId: Long, memberId: Long) = blockMemberRepository.isBlocked(blockedMemberId, memberId)
|
||||
}
|
||||
|
Reference in New Issue
Block a user