1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:14:39 -05:00

fix this :3

This commit is contained in:
ashley 2024-08-28 14:44:41 +00:00
parent 73d728650b
commit 97eee7f1e3

View file

@ -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) => {