1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 09:34:41 -05:00

fix some issues :3

This commit is contained in:
Ashley 2022-11-14 17:33:55 +01:00
parent 259e1485f2
commit 05c9ba9304

View file

@ -104,6 +104,8 @@ app.use(function (req, res, next) {
next(); next();
}); });
sinit(app, config, renderTemplate); sinit(app, config, renderTemplate);
init(app); init(app);