File tree Expand file tree Collapse file tree
src/main/java/com/example/FixLog/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public String getDefaultProfile(String image){
3737 // 이미지 null일 때 default 사진으로 변경 - 썸네일
3838 public String getDefaultCover (String image ){
3939 String imageUrl = (image == null || image .isBlank ())
40- ? "https://core-cdn-fe.toss.im/image/optimize/?src=https://blog-cdn.tosspayments .com/wp-content/uploads/2021/08/28011146/semo9 .png?&w=3840&q=75 " : image ;
40+ ? "https://fixlogsmwubucket.s3.ap-northeast-2.amazonaws .com/default/DefaulThumnail .png" : image ;
4141 System .out .println (imageUrl );
4242 return imageUrl ;
4343 }
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public String getDefaultProfile(String image){
6565 // 이미지 null일 때 default 사진으로 변경 - 썸네일
6666 public String getDefaultCover (String image ){
6767 String imageUrl = (image == null || image .isBlank ())
68- ? "https://core-cdn-fe.toss.im/image/optimize/?src=https://blog-cdn.tosspayments .com/wp-content/uploads/2021/08/28011146/semo9 .png?&w=3840&q=75 " : image ;
68+ ? "https://fixlogsmwubucket.s3.ap-northeast-2.amazonaws .com/default/DefaulThumnail .png" : image ;
6969 System .out .println (imageUrl );
7070 return imageUrl ;
7171 }
You can’t perform that action at this time.
0 commit comments