From 0ac1856b9c910db294215072d788ec6612bfadd6 Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 14 May 2021 16:01:59 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })