typo fix apiUrlPrefix

This commit is contained in:
AJ ONeal 2017-07-07 17:23:28 +00:00
parent ebcfac72e7
commit 2c3223a165
1 changed files with 1 additions and 1 deletions

View File

@ -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