Cambio de url relativa a absoluta para llamada a api
This commit is contained in:
parent
97430a1af9
commit
18e88f331e
|
|
@ -1,5 +1,6 @@
|
|||
// API URL absoluta
|
||||
const API_URL = "/eltiempo/servidor/api-weather-reverse.php?ciudad=madrid";
|
||||
const API_URL = "https://aplicacionesdevanguardia.es/eltiempo/servidor/api-weather-reverse.php?ciudad=madrid";
|
||||
//"/eltiempo/servidor/api-weather-reverse.php?ciudad=madrid";
|
||||
|
||||
// ====================
|
||||
// Helper
|
||||
|
|
|
|||
Loading…
Reference in New Issue