From a9981b6eb3fc11f21726dd9c8b9f0e1cc883b23e Mon Sep 17 00:00:00 2001 From: Efra Date: Fri, 20 Jun 2025 22:00:37 -0600 Subject: [PATCH 1/2] fix: updated BluePrint package fixed package name and source --- Core.Thalos.Service.API/Core.Thalos.Service.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj b/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj index 71d7385..d08913a 100644 --- a/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj +++ b/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj @@ -8,7 +8,7 @@ - + From 4cea65632b29fb443b9d69eee3bb3612f969572a Mon Sep 17 00:00:00 2001 From: Ignacio Gomez Date: Mon, 23 Jun 2025 00:32:55 -0600 Subject: [PATCH 2/2] fix --- Core.Thalos.Service.API/Core.Thalos.Service.API.csproj | 2 +- Core.Thalos.Service.API/appsettings.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj b/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj index 71d7385..da6fda7 100644 --- a/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj +++ b/Core.Thalos.Service.API/Core.Thalos.Service.API.csproj @@ -8,7 +8,7 @@ - + diff --git a/Core.Thalos.Service.API/appsettings.json b/Core.Thalos.Service.API/appsettings.json index d321977..10f68b8 100644 --- a/Core.Thalos.Service.API/appsettings.json +++ b/Core.Thalos.Service.API/appsettings.json @@ -5,8 +5,5 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*", - "Endpoints": { - "AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io" - } + "AllowedHosts": "*" }