修改异常

This commit is contained in:
he
2022-05-05 18:50:01 +08:00
parent 3ebeacf3c9
commit bed0009e0e
3 changed files with 45 additions and 45 deletions
@@ -41,7 +41,7 @@ namespace IRaCIS.Core.API._PipelineExtensions.Serilog
using (LogContext.PushProperty("RequestBody", requestBodyPayload))
{
await _next.Invoke(context);
//await _next.Invoke(context);
}
}