Update Program.cs

pull/78/head
Rick Anderson 2022-09-27 12:33:20 -10:00 committed by GitHub
parent ae3dc6e0d6
commit f31647481e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ else
exceptionHandlerApp.Run(async context =>
{
context.Response.StatusCode = StatusCodes.Status500InternalServerError;
context.Response.ContentType = Text.Plain;
var title = "Bad Input";