Skip to content

Commit

Permalink
changed proxy url to Clowflare
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 30, 2021
1 parent bdf473e commit 06b2c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 06b2c64

Please # to comment.