fixed adress bar

This commit is contained in:
Lee Wong 2017-03-29 00:43:31 +07:00 committed by Chuck Williams
parent acfc0700e1
commit ffd3d5d21c

View file

@ -17,7 +17,7 @@
}
$.ajax({
url: "https://www.coincap.io/front/",
url: marketCapApi,
dataType: "jsonp",
jsonpCallback: "results"
});