mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
fix this :3
This commit is contained in:
parent
73d728650b
commit
97eee7f1e3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
});
|
||||
|
||||
app.get("/gaming", (req, res) => {
|
||||
res.redirect("/discover?tab=gaming");
|
||||
res.redirect("/app?tab=gaming");
|
||||
});
|
||||
|
||||
app.get("/custom-theme", (req, res) => {
|
||||
|
|
Loading…
Reference in a new issue