mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 05:27:59 +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) {
|
app.get("/domains", function (req, res) {
|
||||||
renderTemplate(res, req, "domains.ejs");
|
renderTemplate(res, req, "domains.ejs");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user