This commit is contained in:
parent
5f93760804
commit
fed9f4ff0f
@ -140,8 +140,11 @@ app.post('/sendmessage', async (req, res) => {
|
||||
},
|
||||
topic: 'all',
|
||||
apns: {
|
||||
headers: {
|
||||
'apns-push-type': 'alert'
|
||||
payload: {
|
||||
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