Skip to content

Commit

Permalink
[PDS-56] feat: firebase API URL 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Dec 3, 2023
1 parent afc8f47 commit e70b987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e70b987

Please sign in to comment.