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');