sound test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Xeovalyte 2022-11-14 16:47:12 +01:00
parent 5f93760804
commit fed9f4ff0f
2 changed files with 5 additions and 2 deletions

View File

@ -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

Binary file not shown.