mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 07:43:44 +00:00
<
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user