1
Fork 0

redirect /discover to /app :3

This commit is contained in:
Ashley 2023-06-13 18:31:59 +00:00
parent b5d4361686
commit 3b142ac213

View file

@ -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");
});