From e378d757a5c8f1b3e06caf3e1af4b9385243cf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Tahtac=C4=B1o=C4=9Flu?= Date: Sat, 2 Apr 2022 12:04:25 +0300 Subject: [PATCH] basket api local port mistake fixed --- .../Web.Bff.Shopping/aggregator/appsettings.localhost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json index 57c5afc34..055bcfc7f 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.localhost.json @@ -1,6 +1,6 @@ { "urls": { - "basket": "http://localhost:55105", + "basket": "http://localhost:55103", "catalog": "http://localhost:55101", "orders": "http://localhost:55102", "identity": "http://localhost:55105",