mirror of
https://github.com/danbulant/Mangades
synced 2026-06-21 23:52:32 +00:00
quick fix
This commit is contained in:
parent
be20130716
commit
95b7ba233d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export const proxy = "https://cors-anywhere.danbulant.cloud/";
|
||||
export const proxy = "https://cors-anywhere.danbulant.workers.dev/?"; // "https://cors-anywhere.danbulant.cloud/";
|
||||
export const imageproxy = "https://cors-anywhere.danbulant.workers.dev/?";
|
||||
export const base = proxy + "https://api.mangadex.org/";
|
||||
|
||||
|
|
@ -9,4 +9,4 @@ function request(endpoint, query, type = "GET", body) {
|
|||
}).then(resp => resp.json());
|
||||
}
|
||||
|
||||
export default request;
|
||||
export default request;
|
||||
|
|
|
|||
Loading…
Reference in a new issue