load the config
这个提交包含在:
父节点
1f0fa452dc
当前提交
5d27a81bac
@ -55,7 +55,8 @@ module.exports.create = function (app, xconfx, apiFactories, apiDeps) {
|
||||
}
|
||||
|
||||
if (!setupApp) {
|
||||
setupApp = express.static(path.join(xconfx.staticpath, 'com.daplie.walnut'));
|
||||
//setupApp = express.static(path.join(xconfx.staticpath, 'com.daplie.walnut'));
|
||||
setupApp = express.static(path.join('lib', 'com.daplie.walnut'));
|
||||
}
|
||||
setupApp(req, res, function () {
|
||||
if ('/' === req.url) {
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户