UserService 오류 수정 :push

This commit is contained in:
2024-09-12 17:59:21 +09:00
parent f83aee4e1b
commit 444b361c5d

View File

@ -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);
}