From 2c3223a165950d596025e9e59775c984baa80202 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 7 Jul 2017 17:23:28 +0000 Subject: [PATCH] typo fix apiUrlPrefix --- lib/apis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apis.js b/lib/apis.js index cc707ed..ee1dfb7 100644 --- a/lib/apis.js +++ b/lib/apis.js @@ -742,7 +742,7 @@ module.exports.create = function (xconfx, apiFactories, apiDeps) { enumerable: true , configurable: false , writable: false - , value: 'https://' + clientApiUri + '/' + pkgId + , value: 'https://' + clientApiUri + '/api/' + pkgId }); Object.defineProperty(req, 'experienceId', { enumerable: true