From 5bc7628be7b872846ee016c224f25d8572090a5e Mon Sep 17 00:00:00 2001 From: marsalva Date: Wed, 18 Feb 2026 22:59:26 +0000 Subject: [PATCH] Actualizar index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4ed06ca..8c2705e 100644 --- a/index.html +++ b/index.html @@ -113,7 +113,7 @@ // ========================================== // ⚙️ CONFIGURACIÓN - ¡PON TU API AQUÍ! // ========================================== - const API_URL = "https://integrarepara-api.integrarepara.es:3000"; // <--- CAMBIAR POR LA URL REAL DEL BACKEND + const API_URL = "https://integrarepara-api.integrarepara.es";// <--- CAMBIAR POR LA URL REAL DEL BACKEND let clientData = null; let apiToken = new URLSearchParams(window.location.search).get('token');