This commit is contained in:
parent
5f93760804
commit
fed9f4ff0f
@ -140,8 +140,11 @@ app.post('/sendmessage', async (req, res) => {
|
|||||||
},
|
},
|
||||||
topic: 'all',
|
topic: 'all',
|
||||||
apns: {
|
apns: {
|
||||||
headers: {
|
payload: {
|
||||||
'apns-push-type': 'alert'
|
aps: {
|
||||||
|
badge: 1,
|
||||||
|
sound: 'default'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
BIN
backend/notification.mp3
Normal file
BIN
backend/notification.mp3
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user