quick fix

This commit is contained in:
Daniel Bulant 2022-12-08 12:13:34 +01:00 committed by GitHub
parent be20130716
commit 95b7ba233d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;