Skip to content

Commit

Permalink
Update fileApi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored May 27, 2024
1 parent 8f14999 commit c6add86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/api/fileApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const downloadFile = async (url, path) => {
});
} catch (e) {
console.debug("downloadFile (global): using proxy");
response = await fetch("https://mart-proxy.ktibow.workers.dev/?url=" + encodeURIComponent(url));
response = await fetch("https://mart-proxy.polyfrost.workers.dev/?url=" + encodeURIComponent(url));
}
window.dlLocks.splice(window.dlLocks.indexOf(path), 1);
console.log(`${new Date().toISOString()}: done downloading file`);
Expand Down

0 comments on commit c6add86

Please sign in to comment.