Update Startup.cs

This commit is contained in:
Viswanatha Swamy 2021-01-01 20:37:38 +05:30
parent e113e29571
commit 3b4256fced

View File

@ -63,7 +63,7 @@ namespace Microsoft.eShopOnContainers.Web.Shopping.HttpAggregator
{ {
app.UseDeveloperExceptionPage(); app.UseDeveloperExceptionPage();
} }
app.UseHttpsRedirection(); app.UseHttpsRedirection();
app.UseSwagger().UseSwaggerUI(c => app.UseSwagger().UseSwaggerUI(c =>