mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 09:23:44 +00:00
fix this :3
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user