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:
parent
1ff67157a9
commit
48076e81d6
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue