File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Crashlytics/Settings/Operations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ - (NSError *)errorForCode:(NSUInteger)code userInfo:(NSDictionary *)userInfo {
164
164
}
165
165
166
166
- (NSURL *)appCreateURL {
167
- // https://api .crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
167
+ // https://update .crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
168
168
169
169
FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase: self .appEndpoint];
170
170
@@ -176,7 +176,7 @@ - (NSURL *)appCreateURL {
176
176
}
177
177
178
178
- (NSURL *)appUpdateURL {
179
- // https://api .crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
179
+ // https://update .crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
180
180
181
181
FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase: [self appEndpoint ]];
182
182
Original file line number Diff line number Diff line change 30
30
31
31
// Endpoints
32
32
NSString * const FIRCLSSettingsEndpoint = @" https://firebase-settings.crashlytics.com" ;
33
- NSString * const FIRCLSConfigureEndpoint = @" https://api .crashlytics.com" ;
33
+ NSString * const FIRCLSConfigureEndpoint = @" https://update .crashlytics.com" ;
34
34
NSString * const FIRCLSReportsEndpoint = @" https://reports.crashlytics.com" ;
35
35
36
36
// Network requests
You can’t perform that action at this time.
0 commit comments