mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:18:07 +01:00
gaming
This commit is contained in:
parent
5880846591
commit
1479b09f3e
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
res.redirect("https://poketube.fun/watch?v=dQw4w9WgXcQ&e=f");
|
res.redirect("https://poketube.fun/watch?v=dQw4w9WgXcQ&e=f");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get("/gaming", (req, res) => {
|
||||||
|
res.redirect("/discover?tab=gaming");
|
||||||
|
});
|
||||||
|
|
||||||
app.get("/results", (req, res) => {
|
app.get("/results", (req, res) => {
|
||||||
if (!req.query.search_query) {
|
if (!req.query.search_query) {
|
||||||
return res.redirect("/");
|
return res.redirect("/");
|
||||||
|
|
Loading…
Reference in a new issue