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

add Region settings :^

This commit is contained in:
Ashley 2023-09-23 15:32:01 +00:00
parent 1ff67157a9
commit 48076e81d6

View file

@ -77,7 +77,11 @@ module.exports = function (app, config, renderTemplate) {
app.get("/credits", function (req, res) {
renderTemplate(res, req, "want-you-gone.ejs");
});
app.get("/settings", function (req, res) {
renderTemplate(res, req, "content-settings.ejs");
});
app.get("/customize", function (req, res) {
const tab = req.query.tab;