We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad8af3 commit af6d684Copy full SHA for af6d684
1 file changed
lib/contentstack.js
@@ -157,7 +157,7 @@ import httpClient from './core/contentstackHTTPClient.js'
157
*/
158
export function client (params = {}) {
159
const defaultParameter = {
160
- defaultHostName: 'api.dev18-app.csnonprod.com.io'
+ defaultHostName: 'api.contentstack.io'
161
}
162
163
const sdkAgent = `contentstack-management-javascript/${packages.version}`
0 commit comments