diff --git a/src/main/java/com/example/pladialmserver/notification/service/PushNotificationService.java b/src/main/java/com/example/pladialmserver/notification/service/PushNotificationService.java index 88660ded..5b18209b 100644 --- a/src/main/java/com/example/pladialmserver/notification/service/PushNotificationService.java +++ b/src/main/java/com/example/pladialmserver/notification/service/PushNotificationService.java @@ -33,7 +33,7 @@ @RequiredArgsConstructor @Transactional(readOnly = true) public class PushNotificationService { - private final String API_URL = "https://fcm.googleapis.com/v1/projects/pladi-alm-7702202947/messages:send"; + private final String API_URL = "https://fcm.googleapis.com/v1/projects/pladi-alm/messages:send"; private final ObjectMapper objectMapper; private final PushNotificationRepository notificationRepository; private final UserRepository userRepository;