add missing api dir
This commit is contained in:
parent
064f4ca903
commit
d27442f182
|
@ -11,6 +11,7 @@ module.exports.create = function (xconfx, apiFactories, apiDeps) {
|
|||
|
||||
// TODO xconfx.apispath
|
||||
xconfx.restPath = path.join(__dirname, '..', '..', 'packages', 'rest');
|
||||
xconfx.apiPath = path.join(__dirname, '..', '..', 'packages', 'api');
|
||||
xconfx.appApiGrantsPath = path.join(__dirname, '..', '..', 'packages', 'client-api-grants');
|
||||
xconfx.appConfigPath = path.join(__dirname, '..', '..', 'var');
|
||||
|
||||
|
|
Loading…
Reference in New Issue