2 parents 7a6c814 + 6aff8fe commit fe0d59aCopy full SHA for fe0d59a
1 file changed
lib/contentstack.js
@@ -172,7 +172,7 @@ import { getContentstackEndpoint } from '@contentstack/utils'
172
*/
173
export function client (params = {}) {
174
let defaultHostName = params.region
175
- ? getContentstackEndpoint(params.region.toUpperCase(), 'management', true)
+ ? getContentstackEndpoint(params.region.toUpperCase(), 'contentManagement', true)
176
: getContentstackEndpoint('NA', 'contentManagement', true)
177
178
if (params.host) {
0 commit comments