From a37f002d37248c200da228d58d93c183d65e8260 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 21 Oct 2019 22:26:53 +0000 Subject: [PATCH] --- util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.cs b/util.cs index 7a740c2..bf4816c 100644 --- a/util.cs +++ b/util.cs @@ -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\";