This commit is contained in:
mmrbnjd
2024-07-06 16:19:52 +03:30
parent e175d83c2a
commit 9002305d5c

View File

@@ -491,7 +491,6 @@ namespace Back.Controllers
catch (Exception ex)
{
System.IO.File.AppendAllText(_configuration["ReportLog"].ToString(), ex.ToString());
throw;
}
return Ok(output);