From f80ee6967aa6f6514d7ee7d5ed4126fcedf319f9 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Thu, 15 Mar 2018 16:14:40 +0100 Subject: [PATCH] Error on local mobile shopping apigw config file --- src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json b/src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json index 1de765949..870690ed4 100644 --- a/src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json +++ b/src/ApiGateways/Mobile.Bff.Shopping/apigw/configuration.json @@ -49,7 +49,7 @@ "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { - "Host": "webshoppingagg", + "Host": "mobileshoppingagg", "Port": 80 } ],