mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
Update 'server.js'
This commit is contained in:
parent
0566610b26
commit
bcc440db31
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