Restore mattercontrol-test server, fix 500 errors

This commit is contained in:
John Lewin 2016-07-20 19:17:08 -07:00
parent 24316ae2d3
commit 0a14519748

View file

@ -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