Updated hosting of cors-anywhere proxy #130

This commit is contained in:
Przemek Więch
2023-08-13 23:17:26 +02:00
parent 18a4313460
commit 82508dfa34
4 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ export async function loadFromUrl(
}
const urlToFetch = handleCors
? 'https://topola-cors-server.up.railway.app/' + url
? 'https://topolaproxy.bieda.it/' + url
: url;
const response = await window.fetch(urlToFetch);