From 95b7ba233dafad8075891415f00bea9b73599b0e Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Thu, 8 Dec 2022 12:13:34 +0100 Subject: [PATCH] quick fix --- src/util/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;