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
Merge pull request
#518
from kbilsted/kbilsted-fix-spelling1
Fix spelling
pull/522/head
Cesar De la Torre
7 years ago
committed by
GitHub
parent
1d1c815463
998a9fdc9b
commit
7c7a609322
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs
+ 1
- 1
src/Services/Catalog/Catalog.API/Infrastructure/Filters/HttpGlobalExceptionFilter.cs
View File
@ -39,7 +39,7 @@ namespace Catalog.API.Infrastructure.Filters
{
var
json
=
new
JsonErrorResponse
{
Messages
=
new
[
]
{
"An error ocurr
.Try it again
."
}
Messages
=
new
[
]
{
"An error ocurr
ed
."
}
}
;
if
(
env
.
IsDevelopment
(
)
)
Write
Preview
Loading…
Cancel
Save