fix: config value

This commit is contained in:
DIYgod
2019-09-18 18:28:04 +08:00
parent b32ccb4a9f
commit 8b99be4e5f
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
let app;
const config = require('./config');
let app;
module.exports = {
init: (conf) => {