From 06b2c64487e0820eab040fa1a8bd0d6bc2b97d98 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Wed, 30 Jun 2021 18:03:10 +0200 Subject: [PATCH] changed proxy url to Clowflare --- ui.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.html b/ui.html index 3f23982..1c6ad23 100644 --- a/ui.html +++ b/ui.html @@ -197,7 +197,7 @@ } // Use a proxy to avoid CORS errors - const url = new URL("https://oscarotero.com/proxy.php"); + const url = new URL("https://google-sheet.mktgoo.workers.dev/"); url.searchParams.set("url", pluginMessage.url); const response = await fetch(url);