Update index.html

This commit is contained in:
Logan Williams
2021-05-14 16:01:59 +02:00
committed by GitHub
parent 3641525cc8
commit 0ac1856b9c

View File

@@ -41,7 +41,7 @@
Connection: "keep-alive",
};
resp = fetch("https://cors-anywhere.herokuapp.com/" + url, {
resp = fetch("https://thingproxy.freeboard.io/fetch/" + url, {
method: "GET",
headers: headers,
})