We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3dc6e commit f316474Copy full SHA for f316474
fundamentals/middleware/problem-details-service/Program.cs
@@ -276,7 +276,6 @@ await problemDetailsService.WriteAsync(new ProblemDetailsContext
276
exceptionHandlerApp.Run(async context =>
277
{
278
context.Response.StatusCode = StatusCodes.Status500InternalServerError;
279
-
280
context.Response.ContentType = Text.Plain;
281
282
var title = "Bad Input";
0 commit comments