mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
Update 'p/server.js'
This commit is contained in:
parent
5d615bf057
commit
3944856c87
1 changed files with 1 additions and 2 deletions
|
@ -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, () => {});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue