From 3b4256fcedac55c3df7dc1aec5cccb58127f50c2 Mon Sep 17 00:00:00 2001 From: Viswanatha Swamy Date: Fri, 1 Jan 2021 20:37:38 +0530 Subject: [PATCH] Update Startup.cs --- src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs b/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs index 1ea6c0f4f..243e3a01e 100644 --- a/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs +++ b/src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs @@ -63,7 +63,7 @@ namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator { app.UseDeveloperExceptionPage(); } - + app.UseHttpsRedirection(); app.UseSwagger().UseSwaggerUI(c =>