try io instead of app to maybe workaround CORs problem
This commit is contained in:
parent
3054f2539a
commit
89200f3b99
|
@ -18,7 +18,7 @@ function loadCodeFund() {
|
|||
return _promise;
|
||||
}
|
||||
|
||||
const url = "https://codefund.app/properties/" + propertyId + "/funder.json";
|
||||
const url = "https://codefund.io/properties/" + propertyId + "/funder.json";
|
||||
|
||||
_promise = new Promise(function(resolve, reject) {
|
||||
let xhr = new XMLHttpRequest();
|
||||
|
|
Loading…
Reference in New Issue