mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
add new url :3
This commit is contained in:
parent
b456a8c0a5
commit
43fb7dcba0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
var format = "mp3";
|
||||
}
|
||||
|
||||
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
|
||||
const url = `https://tube-proxy.poketube.fun/proxy/media/${v}/${q}`;
|
||||
|
||||
res.redirect(url);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue