galleria prodotto

This commit is contained in:
Surya Paolo
2025-08-12 19:43:41 +02:00
parent e3db42dcbc
commit 2ee710b748
3 changed files with 41 additions and 35 deletions

View File

@@ -464,7 +464,7 @@ router.post('/chatbot', authenticate, async (req, res) => {
res.json(response.data);
} catch (error) {
console.error(error);
console.error(error?.message);
res.status(500).send('Errore nella comunicazione con Rasa');
}
});