mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
fix some issues :3
This commit is contained in:
parent
387060e7b7
commit
cfb03a6003
1 changed files with 3 additions and 1 deletions
|
@ -104,6 +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