Skip to content

Commit

Permalink
fix: 알림 URL 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Nov 12, 2024
1 parent dc5d9aa commit a6d380a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public class UserAlarmService {
public NotificationExistServiceResponse getNotificationExist(UUID userId) {
String userFcmToken = findUserFcmTokenById(userId);

log.info("{}/show-alarm/checked?fcmToken={}", alarmServerProperty.apiURL(), userFcmToken);

ResponseEntity<NotificationExistServiceResponse> result = RestClient.builder()
.baseUrl(alarmServerProperty.apiURL() + "/show-alarm/checked?fcmToken=" + userFcmToken)
.build()
Expand Down

0 comments on commit a6d380a

Please sign in to comment.