Skip to content

Commit

Permalink
Merge pull request #78 from LIKELION-TEAM4-HACKATHON/change-profile-i…
Browse files Browse the repository at this point in the history
…mage

기본 프로필 사진 변경
oosedus authored Aug 5, 2024
2 parents 66cf636 + 5e4c78b commit 8b55e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/likelion/MZConnent/domain/member/Member.java
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
@ToString
@NoArgsConstructor
public class Member {
public static final String DEFAULT_PROFILE_IMAGE_URL = "https://mzconnect-bucket.s3.ap-northeast-2.amazonaws.com/default_profile.png";
public static final String DEFAULT_PROFILE_IMAGE_URL = "https://mzconnect-bucket.s3.ap-northeast-2.amazonaws.com/default_image.jpeg";

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)

0 comments on commit 8b55e57

Please sign in to comment.