UserService 오류 수정 :push
This commit is contained in:
@ -14,6 +14,6 @@ public interface UserService {
|
||||
ResponseEntity<? super GetUserResponseDto> getUser(String email);
|
||||
ResponseEntity<? super GetSignInUserResponseDto> getSinInuser(String email);
|
||||
ResponseEntity<? super PatchNicknameResponseDto> patchNickname(PatchNicknameRequestDto dto, String email);
|
||||
ResponseEntity<PatchProfileImageResponseDto> patchProfileImage(PatchProfileImageRequestDto dto, String email);
|
||||
ResponseEntity<? super PatchProfileImageResponseDto> patchProfileImage(PatchProfileImageRequestDto dto, String email);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user