mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 11:14:38 -05:00
fix some issues :3
This commit is contained in:
parent
259e1485f2
commit
05c9ba9304
1 changed files with 3 additions and 1 deletions
|
@ -104,6 +104,8 @@ app.use(function (req, res, next) {
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
||||||
sinit(app, config, renderTemplate);
|
sinit(app, config, renderTemplate);
|
||||||
|
|
||||||
|
|
||||||
init(app);
|
init(app);
|
||||||
|
|
Loading…
Reference in a new issue