mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 10:53:44 +00:00
add rewind :3
This commit is contained in:
@@ -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) {
|
||||
renderTemplate(res, req, "domains.ejs");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user