Skip to content

Commit

Permalink
[MERGE] fortune 알람 딥링크 수정 (#369) (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx authored Sep 28, 2024
2 parents 621e5f1 + 5c73d17 commit 4567ac8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private FortuneAlarmRequest createBodyFor(Long userId) {
"오늘의 솝마디", // 메시지 제목
"오늘의 솝마디를 확인해보세요!", // 메시지 내용
NotificationCategory.NEWS.name(),
"https://app.dev.sopt.org/api/v2/fortune/word" // Fortune API로 연결되는 URL
"home/fortune" // Fortune API로 연결되는 URL
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class FortuneScheduler {
@Value("${app.base.url}")
private String baseUrl;

// 매일 아침 9시에 실행되는 스케줄러
@Scheduled(cron = "0 0 9 * * ?")
public void runDailyFortuneCreation() {
RegisterNotificationRequest registerNotificationRequest = createFortuneNotificationRequest();
Expand Down

0 comments on commit 4567ac8

Please sign in to comment.