mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
yes
This commit is contained in:
parent
2b3bd3d7e6
commit
cda6547866
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const listener = (req, res) => {
|
|||
Proxy(req, res);
|
||||
};
|
||||
|
||||
app.get("/", (req, res) => res.redirect(`/https://html.duckduckgo.com/html`));
|
||||
app.get("/", (req, res) => res.redirect(`https://poketube.fun/watch?v=l3eww1dnd0k`));
|
||||
|
||||
|
||||
app.get("/api/lyrics", async (req, res) => {
|
||||
|
|
Loading…
Reference in a new issue