Skip to content

Commit 02e5de5

Browse files
committed
fix(defaultImage) : 기본 프로필 이미지 수정
1 parent 853267c commit 02e5de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.example.FixLog.util;
22

33
public class DefaultImage {
4-
public static final String PROFILE = "https://dummyimage.com/200x200/cccccc/ffffff&text=Profile"; // 임시 기본 프로필 이미지
4+
public static final String PROFILE = "https://fixlog-bucket.s3.ap-northeast-2.amazonaws.com/default/profile.png";
55
}

0 commit comments

Comments
 (0)