Skip to content

Commit

Permalink
[fix] 선물 등록시 기본 이미지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Jan 19, 2024
1 parent 0ae68b7 commit bc4f855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class GiftService {
private static final int FIRST_PLACE_SCORE = 10;
private static final int SECOND_PLACE_SCORE = 5;

private static final String DEFAULT_GIFT_IMAGE_URL = "https://sweet-gift-bucket.s3.ap-northeast-2.amazonaws.com/gift.png";
private static final String DEFAULT_GIFT_IMAGE_URL = "https://sweet-gift-bucket.s3.ap-northeast-2.amazonaws.com/kitty.png";

public void createNewGift(Long memberId, CreateGiftRequestDto createGiftRequestDto) {
Member member = findMemberByIdOrThrow(memberId);
Expand Down

0 comments on commit bc4f855

Please sign in to comment.