Skip to content

Commit

Permalink
Feat: Change return value of join method
Browse files Browse the repository at this point in the history
join 번환값을 Long type으로 변경함
Github issue #3
  • Loading branch information
honeyl3ee committed Oct 25, 2023
1 parent 9319548 commit 3280d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface MemberService {
*
* @param request 멤버 생성 요청 DTO
*/
void join(CreateMemberDto.Request request);
Long join(CreateMemberDto.Request request);

/**
* 가입 승인
Expand Down

0 comments on commit 3280d12

Please sign in to comment.