From 89474cfb3c9108de873037b304b1158f1256d1d3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 6 Jun 2020 22:25:08 +0000 Subject: [PATCH] --- util.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.cs b/util.cs index 5f59846..0c36797 100644 --- a/util.cs +++ b/util.cs @@ -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\"; //#######################################################################################################