Skip to content

Commit

Permalink
[Feat] : 기본 이미지 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Jun 23, 2024
1 parent e90e047 commit c8ed4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Transactional(readOnly = true)
public class UserService {

private static final String BASIC_PROFILE_IMAGE = "https://mystudyhubbucket.s3.ap-northeast-2.amazonaws.com/avatar_xl%404x.png";
private static final String BASIC_PROFILE_IMAGE = "https://mystudyhubbucket.s3.ap-northeast-2.amazonaws.com/avatar_s%404x.png";
private final UserRepository userRepository;
private final PasswordEncoder passwordEncoder;
private final UserActivityFinder userActivityFinder;
Expand Down

0 comments on commit c8ed4ed

Please sign in to comment.