Skip to content

Commit

Permalink
fix :: add @OverRide
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Jul 6, 2024
1 parent 018580b commit 7358e49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public ApiResponse<JwtResponse> registerUser(SignupRequest signupRequest) throws
return ApiResponse.setApiResponse(true, "회원 가입이 완료 되었습니다!", jwtResponse);
}

@Override
@Transactional
public ResponseEntity<String> updateUserData(UserInfoRequest request, Authentication authentication) {
String userEmail = getEmailFromAuthentication(authentication);
Expand Down

0 comments on commit 7358e49

Please sign in to comment.