typo fix apiUrlPrefix
This commit is contained in:
parent
ebcfac72e7
commit
2c3223a165
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue