Actualizar index.html

This commit is contained in:
2026-02-18 22:33:06 +00:00
parent 1ac6c244f0
commit f7b797216f

View File

@@ -113,7 +113,7 @@
// ========================================== // ==========================================
// ⚙️ CONFIGURACIÓN - ¡PON TU API AQUÍ! // ⚙️ CONFIGURACIÓN - ¡PON TU API AQUÍ!
// ========================================== // ==========================================
const API_URL = "http://tu-ip-o-dominio.com:3000"; // <--- CAMBIAR POR LA URL REAL DEL BACKEND const API_URL = "https://integrarepara-api.integrarepara.es:3000"; // <--- CAMBIAR POR LA URL REAL DEL BACKEND
let clientData = null; let clientData = null;
let apiToken = new URLSearchParams(window.location.search).get('token'); let apiToken = new URLSearchParams(window.location.search).get('token');