mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
<
This commit is contained in:
parent
8b596806a5
commit
ae06025b0e
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;
|
const l = req.query.h;
|
||||||
|
|
||||||
try {
|
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);
|
let f = await fetch(url);
|
||||||
const body = await f.text();
|
const body = await f.text();
|
||||||
|
|
Loading…
Reference in a new issue