Skip to content

Commit 4c7d78d

Browse files
authored
Merge pull request #75 from teamterning/feat/#74-SetPushImage
[♻️ refactor] 푸시알림 imageUrl 변경
2 parents bd68469 + 0738caa commit 4c7d78d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/terning/message/domain/enums/MessageTemplateType.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public static MessageTemplateType from(String template) {
4545
public String getImageUrl() {
4646
return switch (this) {
4747
case INTERESTED_ANNOUNCEMENT_REMINDER ->
48-
"https://your-cdn.com/images/interested_announcement.png";
48+
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_scrap.png";
4949
case RECENTLY_POSTED_INTERNSHIP_RECOMMENDATION ->
50-
"https://your-cdn.com/images/recently_posted_internship.png";
50+
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_home.png";
5151
case TRENDING_INTERNSHIP_ALERT ->
52-
"https://your-cdn.com/images/trending_internship.png";
52+
"https://github.com/teamterning/Terning-Banner/blob/main/imageUrl/image_search.png";
5353
};
5454
}
5555

0 commit comments

Comments
 (0)