1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 23:14:39 -05:00
This commit is contained in:
ashley 2024-09-18 17:03:01 +00:00
parent 8b596806a5
commit ae06025b0e

View file

@ -118,7 +118,7 @@ app.get("/avatars/:v", async function (req, res) {
const l = req.query.h;
try {
let url = `https://kp-proxy.poketube.fun/api/v1/captions/${id}?label=${l}`;
let url = `https://kr-proxy.poketube.fun/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url);
const body = await f.text();