Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sarithapillai8 authored Feb 13, 2025
1 parent 24e29f3 commit 64ea5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function APNSpush(certificate, device, payload) {

// Development: https://api.sandbox.push.apple.com:443
// Production: https://api.push.apple.com:443
const client = http2.connect("https://api.push.apple.com:443")
const client = http2.connect("https://api.sandbox.push.apple.com:443")
const request = client.request(JSON.parse(JSON.stringify(HEADERS)))
return new Promise((resolve, reject) => {
let data = []
Expand Down

0 comments on commit 64ea5dd

Please sign in to comment.