mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
redirect /discover to /app :3
This commit is contained in:
parent
b5d4361686
commit
3b142ac213
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
res.redirect("https://youtube.com/upload");
|
res.redirect("https://youtube.com/upload");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get("/discover", (req, res) => {
|
||||||
|
res.redirect("/app");
|
||||||
|
});
|
||||||
|
|
||||||
app.get("/sex", (req, res) => {
|
app.get("/sex", (req, res) => {
|
||||||
res.redirect("https://poketube.fun/watch?v=dQw4w9WgXcQ&e=f");
|
res.redirect("https://poketube.fun/watch?v=dQw4w9WgXcQ&e=f");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue