Skip to content

Commit

Permalink
Merge pull request #11 from BIDMCDigitalPsychiatry/sarithapillai8-pat…
Browse files Browse the repository at this point in the history
…ch-2

Certificate update
  • Loading branch information
sarithapillai8 authored Feb 13, 2025
2 parents 338cb3d + 5c886c8 commit 3dbc303
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.sandbox.push.apple.com:443")
const client = http2.connect("https://api.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 3dbc303

Please sign in to comment.