Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c72f4ff

Browse files
author
Will Anderson
committed
Update default API url
1 parent fe6a9d8 commit c72f4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePushConfig.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ + (void)initialize
1313
NSString *deploymentKey = [infoDictionary objectForKey:@"CodePushDeploymentKey"];
1414
NSString *serverUrl = [infoDictionary objectForKey:@"CodePushServerUrl"];
1515
if (!serverUrl) {
16-
serverUrl = @"http://localhost:3000/";
16+
serverUrl = @"https://codepush.azurewebsites.net/";
1717
}
1818
NSString *rootComponent = [infoDictionary objectForKey:@"CFBundleName"];
1919

@@ -82,4 +82,4 @@ + (NSDictionary *) getConfiguration
8282
return configuration;
8383
}
8484

85-
@end
85+
@end

0 commit comments

Comments
 (0)