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
|
enumerable: true
|
||||||
, configurable: false
|
, configurable: false
|
||||||
, writable: false
|
, writable: false
|
||||||
, value: 'https://' + clientApiUri + '/' + pkgId
|
, value: 'https://' + clientApiUri + '/api/' + pkgId
|
||||||
});
|
});
|
||||||
Object.defineProperty(req, 'experienceId', {
|
Object.defineProperty(req, 'experienceId', {
|
||||||
enumerable: true
|
enumerable: true
|
||||||
|
|
Loading…
Reference in New Issue