mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +01:00
add Region settings :^
This commit is contained in:
parent
1ff67157a9
commit
48076e81d6
1 changed files with 5 additions and 1 deletions
|
@ -78,6 +78,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
renderTemplate(res, req, "want-you-gone.ejs");
|
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) {
|
app.get("/customize", function (req, res) {
|
||||||
const tab = req.query.tab;
|
const tab = req.query.tab;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue