This commit is contained in:
2020-06-06 22:25:08 +00:00
parent 2d7bbd7a47
commit 89474cfb3c

View File

@@ -28,8 +28,8 @@ namespace raven_integration
public static class Util
{
//#######################################################################################################
// public static string API_BASE_URL = "http://localhost:7575/api/v8/";
public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
public static string API_BASE_URL = "http://localhost:7575/api/v8/";
// public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";
//#######################################################################################################