diff --git a/app.js b/app.js index 815f28d..41d2976 100644 --- a/app.js +++ b/app.js @@ -252,7 +252,7 @@ app.use((req, res, next) => { // update config when modified app.use((req, res, next) => { next(); - if (res.configDirty) { + if(res.configDirty){ config = common.getConfig(); app.config = config; }