mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
fix url
This commit is contained in:
parent
4d1080fcd2
commit
5727480778
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ app.get("/avatars/:v", async function (req, res) {
|
||||||
var format = "mp3";
|
var format = "mp3";
|
||||||
}
|
}
|
||||||
|
|
||||||
const url = `https://tube-nightly.kuylar.dev/proxy/media/${v}/${q}`;
|
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
|
||||||
|
|
||||||
res.redirect(url);
|
res.redirect(url);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue