use new URL

This commit is contained in:
Daniel Bulant 2021-05-31 21:25:44 +02:00
parent aad5a393cc
commit 4d5610b2e0

View file

@ -1,4 +1,4 @@
export const proxy = "https://cors-anywhere.danbulant.workers.dev/?";
export const proxy = "https://cors-anywhere.danbulant.eu/?";
export const base = proxy + "https://api.mangadex.org/";
function request(endpoint, query, type = "GET", body) {