Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 7f44e28

Browse files
pfleidicjonsmith
authored andcommitted
Revert back to legacy api for management calls (#656)
1 parent 54245e2 commit 7f44e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/script/management-sdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class AccountManager {
4444
OWNER: "Owner",
4545
COLLABORATOR: "Collaborator"
4646
};
47-
public static SERVER_URL = "https://codepush.appcenter.ms";
48-
public static MOBILE_CENTER_SERVER_URL = "https://appcenter.ms";
47+
public static SERVER_URL = "https://codepush-management.azurewebsites.net";
48+
public static MOBILE_CENTER_SERVER_URL = "https://mobile.azure.com";
4949

5050
private static API_VERSION: number = 2;
5151

0 commit comments

Comments
 (0)