mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
add map :3
This commit is contained in:
parent
e116d33cef
commit
110d2c615b
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||
renderTemplate(res, req, "license.ejs");
|
||||
});
|
||||
|
||||
app.get("/map", function (req, res) {
|
||||
renderTemplate(res, req, "map.ejs");
|
||||
});
|
||||
|
||||
app.get("/credits", function (req, res) {
|
||||
renderTemplate(res, req, "want-you-gone.ejs");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue