File tree Expand file tree Collapse file tree
packages/contentstack-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export default class RegionSetCommand extends BaseCommand<typeof RegionSetComman
114114 composableStudioUrl = this . transformUrl ( cma , 'composable-studio-api' ) ;
115115 }
116116 if ( ! assetManagementUrl ) {
117- assetManagementUrl = this . transformUrl ( cma , 'dam -api' ) ;
117+ assetManagementUrl = this . transformUrl ( cma , 'am -api' ) ;
118118 }
119119 let customRegion : Region = {
120120 cda,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ describe('Region command', function () {
1717 launchHubUrl : 'https://launch-api.contentstack.com' ,
1818 personalizeUrl : 'https://personalization-api.contentstack.com' ,
1919 composableStudioUrl : 'https://composable-studio-api.contentstack.com' ,
20- assetManagementUrl : 'https://asset-management -api.contentstack.com' ,
20+ assetManagementUrl : 'https://am -api.contentstack.com' ,
2121 } ;
2222 let cliuxPrintStub : sinon . SinonStub ;
2323 let configGetStub : sinon . SinonStub ;
You can’t perform that action at this time.
0 commit comments