mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 23:14:39 -05:00
pol1 moment
This commit is contained in:
parent
bda8921b34
commit
8b596806a5
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
const l = req.query.h;
|
||||
|
||||
try {
|
||||
let url = `https://pol1.iv.ggtyler.dev/api/v1/captions/${id}?label=${l}`;
|
||||
let url = `https://kp-proxy.poketube.fun/api/v1/captions/${id}?label=${l}`;
|
||||
|
||||
let f = await fetch(url);
|
||||
const body = await f.text();
|
||||
|
|
Loading…
Reference in a new issue