diff --git a/src/util/request.js b/src/util/request.js index fc65d0b..6984178 100644 --- a/src/util/request.js +++ b/src/util/request.js @@ -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; \ No newline at end of file +export default request;