diff --git a/index.html b/index.html
index 03720a1..4ed06ca 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,7 @@
// ==========================================
// ⚙️ 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 apiToken = new URLSearchParams(window.location.search).get('token');