1
Fork 0

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