diff --git a/sender.go b/sender.go index 3c6292a..7ad8ba5 100644 --- a/sender.go +++ b/sender.go @@ -15,7 +15,7 @@ import ( const ( // GcmSendEndpoint is the endpoint for sending messages to the GCM server. - GcmSendEndpoint = "https://android.googleapis.com/gcm/send" + GcmSendEndpoint = "https://fcm.googleapis.com/fcm/send" // Initial delay before first retry, without jitter. backoffInitialDelay = 1000 // Maximum delay before a retry.