This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
add comment
features/migration-dotnet3
ericuss
5 years ago
parent
6e69b36a77
commit
76cb5c5e79
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
Write
Preview
Loading…
Cancel
Save