Update index.html

This commit is contained in:
Logan Williams
2021-05-14 16:10:00 +02:00
committed by GitHub
parent 0ac1856b9c
commit b4fc934507

View File

@@ -41,7 +41,7 @@
Connection: "keep-alive",
};
resp = fetch("https://thingproxy.freeboard.io/fetch/" + url, {
resp = fetch("https://api.allorigins.win/get?url=" + encodeURIComponent(url), {
method: "GET",
headers: headers,
})