mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
fix download :3
This commit is contained in:
parent
e1a38eba0e
commit
12f43c3acf
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,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-nightly.kuylar.dev/proxy/media/${v}/${q}`;
|
||||
|
||||
res.redirect(url);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue