fix cors-anywhere always redirecting

This commit is contained in:
Daniel Bulant 2023-10-14 18:48:10 +02:00
parent 18883daac1
commit 6c47c6b12e

View file

@ -1,4 +1,4 @@
export const proxy = "/cors-anywhere/?url="; //"https://cors-anywhere.danbulant.cloud/";
export const proxy = "/cors-anywhere?url="; //"https://cors-anywhere.danbulant.cloud/";
export const imageproxy = proxy; // "https://cors-anywhere.danbulant.workers.dev/?";
export const base = proxy + encodeURIComponent("https://api.mangadex.org/");
export const baseServer = "https://api.mangadex.org/";