Browse Source

Update Startup.cs

pull/1570/head
Viswanatha Swamy 4 years ago
parent
commit
3b4256fced
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs

+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/Startup.cs View File

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


Loading…
Cancel
Save