This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function handleSubscription(subscription) { | |
const notificationPayload = { | |
notification: { | |
title: 'Blogial new post', | |
body: req.body.title, | |
icon: 'assets/icons/icon-512x512.png' | |
} | |
}; | |
return webpush.sendNotification( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Partner invio | |
## Attori coinvolti | |
- **Partner**: è l'utente che richiede il nostro servizio. | |
- **ttt-backend**: è il server di TicinoTopTen. | |
- **ses-transactional**: è il server il cui unico scopo è l'invio delle email. | |
## Registrazione |