From 09c18de8e45d9b2359221e5dbfc37e9e451c9405 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 6 Jun 2020 18:55:21 +0000 Subject: [PATCH] --- raven-integration.csproj | 8 +++----- util.cs | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/raven-integration.csproj b/raven-integration.csproj index d06d3c7..8e6348f 100644 --- a/raven-integration.csproj +++ b/raven-integration.csproj @@ -7,12 +7,10 @@ - - + + - - - + diff --git a/util.cs b/util.cs index e962ee4..5f59846 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\"; //#######################################################################################################