Restore mattercontrol-test server, fix 500 errors
This commit is contained in:
parent
24316ae2d3
commit
0a14519748
1 changed files with 2 additions and 2 deletions
|
|
@ -451,8 +451,8 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
|
||||
#if DEBUG
|
||||
public static string MCWSBaseUri { get; } = "http://192.168.2.129:9206";
|
||||
//public static string MCWSBaseUri { get; } = "https://mattercontrol-test.appspot.com";
|
||||
//public static string MCWSBaseUri { get; } = "http://192.168.2.129:9206";
|
||||
public static string MCWSBaseUri { get; } = "https://mattercontrol-test.appspot.com";
|
||||
#else
|
||||
public static string MCWSBaseUri { get;} = "https://mattercontrol.appspot.com";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue