1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05: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();
});
sinit(app, config, renderTemplate);
sinit(app, config, renderTemplate);
init(app);