탐색 메인 - API 추가

This commit is contained in:
2023-08-01 10:23:49 +09:00
parent df861bf8a1
commit 049e1c41de
11 changed files with 376 additions and 1 deletions

View File

@@ -332,4 +332,6 @@ class MemberService(
blockMember.isActive = true
}
}
fun isBlocked(blockedMemberId: Long, memberId: Long) = blockMemberRepository.isBlocked(blockedMemberId, memberId)
}