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