mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
redirect /discover to /app :3
This commit is contained in:
parent
b5d4361686
commit
3b142ac213
@ -57,6 +57,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||
res.redirect("https://youtube.com/upload");
|
||||
});
|
||||
|
||||
app.get("/discover", (req, res) => {
|
||||
res.redirect("/app");
|
||||
});
|
||||
|
||||
app.get("/sex", (req, res) => {
|
||||
res.redirect("https://poketube.fun/watch?v=dQw4w9WgXcQ&e=f");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user