We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e396afe commit 3a11480Copy full SHA for 3a11480
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