diff --git a/frontend/js/api-config.js b/frontend/js/api-config.js index 2335f57..bf907fd 100644 --- a/frontend/js/api-config.js +++ b/frontend/js/api-config.js @@ -5,7 +5,7 @@ const API_BASE = ( location.hostname === "127.0.0.1" || location.hostname === "" // file:// abierto directamente ) ? "http://localhost:8080" - : "/api"; + : "http://recursos-catolicos.es:8180"; /** * Realiza una llamada autenticada a la API.