This commit is contained in:
2019-10-21 22:26:53 +00:00
parent 28adee55df
commit a37f002d37

View File

@@ -24,7 +24,7 @@ namespace raven_integration
private static HttpClient client { get; } = new HttpClient();
public static string API_BASE_URL = "http://localhost:7575/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\";