mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
add rewind :3
This commit is contained in:
parent
48ed191b57
commit
7f04604646
@ -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 New Issue
Block a user