From 2f05ccf17378cf81373254d48ff59e2bc2183094 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 23 Oct 2019 23:39:17 +0000 Subject: [PATCH] --- util.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.cs b/util.cs index 617f740..cc7df12 100644 --- a/util.cs +++ b/util.cs @@ -24,8 +24,8 @@ namespace raven_integration private static HttpClient client { get; } = new HttpClient(); - 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\";