From af17664f4ce858a9472826d900bb37e702c52ac3 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 7 Jun 2021 22:38:22 +0200 Subject: [PATCH] workers wtf --- src/util/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/request.js b/src/util/request.js index f55b169..3a03717 100644 --- a/src/util/request.js +++ b/src/util/request.js @@ -1,4 +1,4 @@ -export const proxy = "https://cors-anywhere.danbulant.eu/?"; +export const proxy = "https://cors-anywhere.danbulant.workers.dev/?"; export const base = proxy + "https://api.mangadex.org/"; function request(endpoint, query, type = "GET", body) {