mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:18:05 +01:00
Update 'server.js'
This commit is contained in:
parent
91f06b5f58
commit
0fd1caf206
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ app.use(function (req, res, next) {
|
|||
next();
|
||||
});
|
||||
|
||||
sinit(app, config, renderTemplate);
|
||||
|
||||
sinit(app, config, renderTemplate);
|
||||
|
||||
|
||||
init(app);
|
||||
|
Loading…
Reference in a new issue