add missing api dir

This commit is contained in:
AJ ONeal 2017-05-27 01:17:50 +00:00
parent 064f4ca903
commit d27442f182
1 changed files with 1 additions and 0 deletions

View File

@ -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');