改了2个错别字

Line[125]: 获取最新咨询 => 获取最新资讯
This commit is contained in:
西行寺幽幽子 2019-01-05 19:02:50 +08:00 committed by GitHub
parent 3be48c57da
commit f7b3b55ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
app.js
View File

@ -122,7 +122,7 @@ MCSERVER.logCenter.pushLogData = (objStr, k, v) => {
});
}
//获取最新咨询
//获取最新资讯
require('./model/requestNews');
//exp 框架
@ -293,4 +293,4 @@ app.get('*', function (req, res) {
})
//程序退出信号处理
require('./core/procexit');
require('./core/procexit');