mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
oops
This commit is contained in:
parent
a215c19082
commit
6b1a1008ea
@ -129,7 +129,7 @@ app.get("/avatars/:v", async function (req, res) {
|
||||
const l = req.query.h;
|
||||
|
||||
try {
|
||||
let url = `https://invid-api.poketube.fun/api/v1/captions/${id}?label=${l}`;
|
||||
let url = `https://pol1-iv.ggtyler.dev/api/v1/captions/${id}?label=${l}`;
|
||||
|
||||
let f = await fetch(url);
|
||||
const body = await f.text();
|
||||
|
Loading…
Reference in New Issue
Block a user