This commit is contained in:
2019-01-18 20:57:57 +00:00
parent 1fee429b6c
commit ebdf135e64
2 changed files with 45 additions and 14 deletions

View File

@@ -24,8 +24,8 @@ namespace raven_integration
private static HttpClient client { get; } = new HttpClient();
private static string API_BASE_URL = "http://localhost:7575/api/v8.0/";
//private static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
// public static string API_BASE_URL = "http://localhost:7575/api/v8.0/";
public static string API_BASE_URL = "https://test.helloayanova.com/api/v8.0/";
public static string TEST_DATA_FOLDER = @"..\..\..\testdata\";