Skip to content

Commit

Permalink
Update to the discovery url
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Nov 16, 2024
1 parent 11a4803 commit 79ac7a1
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 79ac7a1

Please sign in to comment.