mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
add rewind :3
This commit is contained in:
parent
48ed191b57
commit
7f04604646
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get("/rewind", function (req, res) {
|
||||||
|
renderTemplate(res, req, "rewind.ejs");
|
||||||
|
});
|
||||||
|
|
||||||
app.get("/domains", function (req, res) {
|
app.get("/domains", function (req, res) {
|
||||||
renderTemplate(res, req, "domains.ejs");
|
renderTemplate(res, req, "domains.ejs");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue