This commit is contained in:
Ashley //// 2024-09-16 09:04:43 +00:00
parent 4d1080fcd2
commit 5727480778

View file

@ -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);
}); });