Conectando frontend y backend

This commit is contained in:
Tatiana Villa Ema 2026-04-29 18:51:40 +02:00
parent 7bda49fb30
commit 04960902d3
1 changed files with 1 additions and 1 deletions

View File

@ -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.