From 1b8224314dea50063f43de7953b2f1dc85feb398 Mon Sep 17 00:00:00 2001 From: Zach Ebner Date: Fri, 11 Dec 2020 09:01:13 -0600 Subject: [PATCH] update datacenter urls --- src/Sovren.SDK/DataCenter.cs | 4 ++-- src/Sovren.SDK/Sovren.SDK.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Sovren.SDK/DataCenter.cs b/src/Sovren.SDK/DataCenter.cs index 1ff2f93f..19505fe8 100644 --- a/src/Sovren.SDK/DataCenter.cs +++ b/src/Sovren.SDK/DataCenter.cs @@ -13,12 +13,12 @@ public class DataCenter /// /// Represents the Sovren US datacenter. You can find out which datacenter your account is in at /// - public static DataCenter US = new DataCenter("https://staging-rest.resumeparsing.com", "v10", true); + public static DataCenter US = new DataCenter("https://rest.resumeparsing.com", "v10", true); /// /// Represents the Sovren EU datacenter. You can find out which datacenter your account is in at /// - public static DataCenter EU = new DataCenter("https://staging-rest.resumeparsing.com", "v10", true); + public static DataCenter EU = new DataCenter("https://eu-rest.resumeparsing.com", "v10", true); internal string Root { get; private set; } internal string Version { get; private set; } diff --git a/src/Sovren.SDK/Sovren.SDK.csproj b/src/Sovren.SDK/Sovren.SDK.csproj index 470b945d..e142c1ce 100644 --- a/src/Sovren.SDK/Sovren.SDK.csproj +++ b/src/Sovren.SDK/Sovren.SDK.csproj @@ -10,7 +10,7 @@ Copyright © 2020 Sovren Group, Inc. All rights reserved. Apache-2.0 https://github.com/sovren/sovren-dotnet - 0.1.22-beta + 1.0.0 images\icon.png https://raw.githubusercontent.com/sovren/sovren-dotnet/master/src/Sovren.SDK/icon.png true