This commit is contained in:
julien 2025-05-06 16:57:11 +02:00
parent 5434cd25e2
commit 2324ad2c0e

View File

@ -130,7 +130,7 @@ app.post('/sendInteractiveImage', async (req, res) => {
try { try {
// 1) URL publique de votre image // 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`; const imageUrl = `${BASE_URL}/static/logo-merlo-cs-FR.jpg`;
// 2) Contenu brut du message interactif // 2) Contenu brut du message interactif