Browse Source

add comment

features/migration-dotnet3
ericuss 5 years ago
parent
commit
76cb5c5e79
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Services/Location/Locations.API/Startup.cs

+ 1
- 0
src/Services/Location/Locations.API/Startup.cs View File

@ -48,6 +48,7 @@ namespace Microsoft.eShopOnContainers.Services.Locations.API
{
options.Filters.Add(typeof(HttpGlobalExceptionFilter));
})
// Added for functional tests
.AddApplicationPart(typeof(LocationsController).Assembly)
.AddNewtonsoftJson();


Loading…
Cancel
Save