Update Program.cs
parent
ae3dc6e0d6
commit
f31647481e
|
@ -276,7 +276,6 @@ else
|
|||
exceptionHandlerApp.Run(async context =>
|
||||
{
|
||||
context.Response.StatusCode = StatusCodes.Status500InternalServerError;
|
||||
|
||||
context.Response.ContentType = Text.Plain;
|
||||
|
||||
var title = "Bad Input";
|
||||
|
|
Loading…
Reference in New Issue