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

Update 'server.js'

This commit is contained in:
Ashley 2022-12-05 17:44:37 +00:00
parent 91f06b5f58
commit 0fd1caf206

View file

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