diff --git a/index.js b/index.js index 88a0979..348dc2f 100644 --- a/index.js +++ b/index.js @@ -130,7 +130,7 @@ app.post('/sendInteractiveImage', async (req, res) => { try { // 1) URL publique de votre image - const BASE_URL = process.env.BASE_URL || 'https://wa.canguide.fr'; + const BASE_URL = process.env.BASE_URL || 'https://wa.canguidev.fr'; const imageUrl = `${BASE_URL}/static/logo-merlo-cs-FR.jpg`; // 2) Contenu brut du message interactif