Skip to content

Commit 1967c96

Browse files
committed
url issue fix
1 parent abec900 commit 1967c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContentstackInternal/NSObject+Extensions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ -(NSArray*)hostURLS {
4343
static dispatch_once_t hostURLSOnceToken;
4444
dispatch_once(&hostURLSOnceToken, ^{
4545
hostURLS = @[@"cdn.contentstack.io",
46-
@"cnd.contentstack.com"];
46+
@"cdn.contentstack.com"];
4747
});
4848
return hostURLS;
4949
}

0 commit comments

Comments
 (0)