load the config

Este commit está contenido en:
AJ ONeal 2017-05-19 06:15:14 +00:00
padre 1f0fa452dc
commit 5d27a81bac

Ver fichero

@ -55,7 +55,8 @@ module.exports.create = function (app, xconfx, apiFactories, apiDeps) {
} }
if (!setupApp) { 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 () { setupApp(req, res, function () {
if ('/' === req.url) { if ('/' === req.url) {