aggiornamento Indici

This commit is contained in:
Surya Paolo
2023-12-09 11:55:58 +01:00
parent 502ed32c42
commit 023ba26003
81 changed files with 293 additions and 21 deletions

View File

@@ -99,6 +99,7 @@ router.post('/:userId', authenticate, async function (req, res, next) {
} catch (e) {
console.error('Err:', e);
return res.send({ code: server_constants.RIS_CODE_ERR, cart: 0 });
}