This commit is contained in:
jl777
2019-03-29 03:07:06 -11:00
parent 10f6aa6890
commit 9547e334a1

View File

@@ -1850,7 +1850,7 @@ uint32_t get_stockprice(const char *symbol)
uint32_t get_dailyfx()
{
char url[512]; cJSON *json; uint32_t datenum=0,price = 0;
sprintf(url,"https://api.exchangeratesapi.io/latest");
sprintf(url,"http://api.openrates.io/latest");//http://api.exchangeratesapi.io/latest");
if ( (json= get_urljson(url)) != 0 )
{
free_json(json);