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

Update 'server.js'

This commit is contained in:
Ashley 2022-12-05 17:44:37 +00:00
parent 0566610b26
commit bcc440db31

View file

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