1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-09 10:53:01 -04:00

Update error pages

This commit is contained in:
Korbs 2024-02-24 21:53:25 -05:00
parent 5d3e08be33
commit 65f1d40c11
4 changed files with 106 additions and 78 deletions

View file

@ -48,6 +48,10 @@ module.exports = function (app, config, renderTemplate) {
}
});
app.get("/502", function (req, res) {
renderTemplate(res, req, "502.ejs");
});
app.get("/143", function (req, res) {
var number_easteregg = getRandomArbitrary(0, 143);