From 996846f54b44857efe850946c06833fbfbd76699 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sun, 15 Feb 2026 21:03:20 +0000 Subject: [PATCH] Actualizar server.js --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 257c0d5..9873a7d 100644 --- a/server.js +++ b/server.js @@ -452,7 +452,7 @@ app.post("/providers/automate/:id", authMiddleware, async (req, res) => { await pool.query(`INSERT INTO assignment_pings (scraped_id, user_id, token, expires_at) VALUES ($1, $2, $3, $4)`, [id, worker.id, token, expiresAt]); - const link = `https://integrarepara.es/aceptar.html?t=${token}`; + const link = `https://web.integrarepara.es/aceptar.html?t=${token}`; await sendWhatsAppAuto(worker.phone, `šŸ› ļø *NUEVO SERVICIO*\nCP: ${cp}\nšŸ”— ${link}`); res.json({ ok: true, message: "Automatismo iniciado con " + worker.full_name });