Skip to content

Commit

Permalink
Merge pull request #3776 from Navid200/Navid_2024_11_16
Browse files Browse the repository at this point in the history
Update to the discovery url
  • Loading branch information
jamorham authored Nov 17, 2024
2 parents 11a4803 + 79ac7a1 commit 6fcec23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class CareLinkAuthenticator {

private static final String TAG = "CareLinkAuthenticator";

protected static final String CAREPARTNER_APP_DISCO_URL = "https://clcloud.minimed.com/connect/carepartner/v6/discover/android/3.1";
protected static final String CAREPARTNER_APP_DISCO_URL = "https://clcloud.minimed.eu/connect/carepartner/v11/discover/android/3.2";
protected static final String CARELINK_CONNECT_SERVER_EU = "carelink.minimed.eu";
protected static final String CARELINK_CONNECT_SERVER_US = "carelink.minimed.com";
protected static final String CARELINK_LANGUAGE_EN = "en";
Expand Down

0 comments on commit 6fcec23

Please sign in to comment.