- Aggiornamento template mail (tramite i campi in HTML)
- Aggiornato Carrello
This commit is contained in:
@@ -78,7 +78,7 @@ router.post('/', authenticate, async (req, res) => {
|
||||
if (req.body.options !== null) {
|
||||
tools.sendBackNotif(subscription, req.body.options);
|
||||
}
|
||||
console.log('Subscription saved... ')
|
||||
// console.log('Subscription saved... ')
|
||||
return res.send({data: 'Subscription saved.'});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user