1
Fork 0

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);