Skip to content

Commit d4b0109

Browse files
authored
Crashlytics move Update call from api. to update. (#4953)
1 parent d4e86ba commit d4b0109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ - (NSError *)errorForCode:(NSUInteger)code userInfo:(NSDictionary *)userInfo {
164164
}
165165

166166
- (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
168168

169169
FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:self.appEndpoint];
170170

@@ -176,7 +176,7 @@ - (NSURL *)appCreateURL {
176176
}
177177

178178
- (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
180180

181181
FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:[self appEndpoint]];
182182

Crashlytics/Shared/FIRCLSConstants.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// Endpoints
3232
NSString* const FIRCLSSettingsEndpoint = @"https://firebase-settings.crashlytics.com";
33-
NSString* const FIRCLSConfigureEndpoint = @"https://api.crashlytics.com";
33+
NSString* const FIRCLSConfigureEndpoint = @"https://update.crashlytics.com";
3434
NSString* const FIRCLSReportsEndpoint = @"https://reports.crashlytics.com";
3535

3636
// Network requests

0 commit comments

Comments
 (0)