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 abec900 commit 1967c96Copy full SHA for 1967c96
ContentstackInternal/NSObject+Extensions.m
@@ -43,7 +43,7 @@ -(NSArray*)hostURLS {
43
static dispatch_once_t hostURLSOnceToken;
44
dispatch_once(&hostURLSOnceToken, ^{
45
hostURLS = @[@"cdn.contentstack.io",
46
- @"cnd.contentstack.com"];
+ @"cdn.contentstack.com"];
47
});
48
return hostURLS;
49
}
0 commit comments