workers wtf

This commit is contained in:
Daniel Bulant 2021-06-07 22:38:22 +02:00
parent 371861601b
commit af17664f4c

View file

@ -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) {