From f2df504c39cdda3490286f124a825f2d868c46e5 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 6 May 2025 12:44:09 +0200 Subject: [PATCH] ddd --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 72f7744..6e8e59b 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,7 @@ app.post('/sendButtons', async (req, res) => { const { phone } = req.body; if (!sock || !isConnected) return res.status(400).json({ error: 'Non connecté' }); try { - await sendInteractive(sock, `${phone}@s.whatsapp.net`, 'https://wa.canguidev.fr/public/logo-merlo-cs-FR.jpg'); + await sendInteractive(sock, `${phone}@s.whatsapp.net`, 'https://picsum.photos/200/300'); res.json({ success: true }); } catch (e) { console.error(e);