From d27442f18206a137fa86ffffdab76466fb8c49c3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 27 May 2017 01:17:50 +0000 Subject: [PATCH] add missing api dir --- lib/apis.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/apis.js b/lib/apis.js index 249c051..fc51f49 100644 --- a/lib/apis.js +++ b/lib/apis.js @@ -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');