1
Fork 0

Update 'p/server.js'

This commit is contained in:
Ashley 2022-08-17 00:20:26 +02:00
parent cda6547866
commit 208f2c168d

View file

@ -43,7 +43,7 @@ const listener = (req, res) => {
Proxy(req, res);
};
app.get("/", (req, res) => res.redirect(`https://poketube.fun/watch?v=l3eww1dnd0k`));
app.get("/", (req, res) => res.redirect(`https://poketube.fun/watch?v=l3eww1dnd0k&trck=we_dont_lol`));
app.get("/api/lyrics", async (req, res) => {
@ -58,4 +58,3 @@ app.all("/*", listener);
app.listen(3000, () => {});