Skip to content

Commit

Permalink
Merge pull request #176 from ShallWeProject/fix/138-toDto-key-url
Browse files Browse the repository at this point in the history
[Chore]  toDto클래스도 url->key로 변경
  • Loading branch information
leeseunghakhello authored Nov 29, 2023
2 parents 42c80a4 + b56a699 commit 776a963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static Explanation toDto(ExplanationReq explanationReq, ExperienceGift ex
.experienceGift(experienceGift)
.stage(explanationReq.getStage())
.description(explanationReq.getDescription())
.explanationUrl(AwsS3ImageUrlUtil.toUrl(explanationReq.getExplanationUrl()))
.explanationUrl(AwsS3ImageUrlUtil.toUrl(explanationReq.getExplanationKey()))
.build();
}

Expand Down

0 comments on commit 776a963

Please sign in to comment.