From 998e66a9c8beeddfbbaa97d298a60b297cf58e76 Mon Sep 17 00:00:00 2001 From: Carlos de Miguel Ferrero Date: Wed, 16 Dec 2020 13:26:50 +0100 Subject: [PATCH] Fix MarketingUrl Port on AppSettings --- src/Web/WebSPA/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/WebSPA/appsettings.json b/src/Web/WebSPA/appsettings.json index 4c829aad0..d95c2b20a 100644 --- a/src/Web/WebSPA/appsettings.json +++ b/src/Web/WebSPA/appsettings.json @@ -1,6 +1,6 @@ { "IdentityUrl": "http://localhost:5105", - "MarketingUrl": "http://localhost:5110", + "MarketingUrl": "http://localhost:5203", "CallBackUrl": "http://localhost:5104/", "PurchaseUrl": "http://localhost:5202", "PurchaseUrlHC": "http://localhost:5202/hc",