diff --git a/index.html b/index.html
index 3406dd7..f28537d 100644
--- a/index.html
+++ b/index.html
@@ -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,
})