Skip to content

Commit

Permalink
changed default host name
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Oct 12, 2023
1 parent fad8af3 commit af6d684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ import httpClient from './core/contentstackHTTPClient.js'
*/
export function client (params = {}) {
const defaultParameter = {
defaultHostName: 'api.dev18-app.csnonprod.com.io'
defaultHostName: 'api.contentstack.io'
}

const sdkAgent = `contentstack-management-javascript/${packages.version}`
Expand Down

0 comments on commit af6d684

Please sign in to comment.