Skip to content

Commit

Permalink
Feat : 성별설정 없을때 프로필 이미지
Browse files Browse the repository at this point in the history
  • Loading branch information
Astin01 committed Sep 21, 2024
1 parent d716a0c commit 650c015
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class UserService {
private String femaleProfileUrl;
@Value("${user.profile.male}")
private String maleProfileUrl;
@Value("${user.profile.none}")
private String noneProfileUrl;

public UserInfoResponse retrieveUserInfo(Long userId) {
User user = userRepository.findByUserId(userId);
Expand Down

0 comments on commit 650c015

Please sign in to comment.