mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add redirect lol
This commit is contained in:
parent
eb34c3337c
commit
36db58f6bb
@ -65,6 +65,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||
res.redirect("/discover?tab=gaming");
|
||||
});
|
||||
|
||||
app.get("/custom-theme", (req, res) => {
|
||||
res.redirect("/customize");
|
||||
});
|
||||
|
||||
app.get("/results", (req, res) => {
|
||||
if (!req.query.search_query) {
|
||||
return res.redirect("/");
|
||||
|
Loading…
Reference in New Issue
Block a user