Conectando frontend y backend
This commit is contained in:
parent
7bda49fb30
commit
04960902d3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue