Skip to content

Commit eeeb420

Browse files
committed
share server change
1 parent c37d87f commit eeeb420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShareClient/ShareClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public enum ShareError: Error {
2828

2929

3030
public enum KnownShareServers: String {
31-
case US="https://share1.dexcom.com"
32-
case NON_US="https://shareous1.dexcom.com"
31+
case US="https://share2.dexcom.com"
32+
case NON_US="https://shareous2.dexcom.com"
3333

3434
}
3535

ShareClient/ShareService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class ShareService: ServiceAuthentication {
8888

8989

9090
private let DexcomShareURL = URL(string: KnownShareServers.US.rawValue)!
91-
private let DexcomShareServiceLabel = "DexcomShare1"
91+
private let DexcomShareServiceLabel = "DexcomShare2"
9292

9393

9494
extension KeychainManager {

0 commit comments

Comments
 (0)