mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Changing gcm endpoint to fcm
This commit is contained in:
parent
3b867a533d
commit
18c0760ba5
@ -51,7 +51,7 @@ public class GCMUtil {
|
||||
|
||||
private static final Log log = LogFactory.getLog(GCMService.class);
|
||||
|
||||
private final static String GCM_ENDPOINT = "https://gcm-http.googleapis.com/gcm/send";
|
||||
private final static String GCM_ENDPOINT = "https://fcm.googleapis.com/fcm/send";
|
||||
private static final String GCM_API_KEY = "gcmAPIKey";
|
||||
private static final int TIME_TO_LIVE = 60;
|
||||
private static final int HTTP_STATUS_CODE_OK = 200;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user