mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add map :3
This commit is contained in:
parent
e116d33cef
commit
110d2c615b
@ -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 New Issue
Block a user