Actualizar index.html

This commit is contained in:
2026-02-18 22:59:26 +00:00
parent b5f5a3a691
commit 5bc7628be7

View File

@@ -113,7 +113,7 @@
// ========================================== // ==========================================
// ⚙️ CONFIGURACIÓN - ¡PON TU API AQUÍ! // ⚙️ 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 clientData = null;
let apiToken = new URLSearchParams(window.location.search).get('token'); let apiToken = new URLSearchParams(window.location.search).get('token');