mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
use api.development.push instead of api.sandbox.push
This commit is contained in:
@@ -137,7 +137,7 @@ export class NotificationService {
|
||||
|
||||
public static getAPNsFullUrlToUse(deviceId: string) {
|
||||
// Construct the fetch request
|
||||
const devBaseUrl = "https://api.sandbox.push.apple.com"
|
||||
const devBaseUrl = "https://api.development.push.apple.com"
|
||||
const prodBaseUrl = "https://api.push.apple.com"
|
||||
const path = "/3/device/" + deviceId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user