From 0429704cacf891117e18d57ade4e7e5973bbd492 Mon Sep 17 00:00:00 2001 From: Ignacio Gomez Date: Mon, 23 Jun 2025 00:32:26 -0600 Subject: [PATCH] fix --- Core.Thalos.BFF.Api/appsettings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Core.Thalos.BFF.Api/appsettings.json b/Core.Thalos.BFF.Api/appsettings.json index d321977..10f68b8 100644 --- a/Core.Thalos.BFF.Api/appsettings.json +++ b/Core.Thalos.BFF.Api/appsettings.json @@ -5,8 +5,5 @@ "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*", - "Endpoints": { - "AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io" - } + "AllowedHosts": "*" }