mirror of
https://github.com/danbulant/Mangades
synced 2026-06-21 23:52:32 +00:00
fix cors-anywhere always redirecting
This commit is contained in:
parent
18883daac1
commit
6c47c6b12e
1 changed files with 1 additions and 1 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Reference in a new issue