...
This commit is contained in:
@@ -491,7 +491,6 @@ namespace Back.Controllers
|
|||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
System.IO.File.AppendAllText(_configuration["ReportLog"].ToString(), ex.ToString());
|
System.IO.File.AppendAllText(_configuration["ReportLog"].ToString(), ex.ToString());
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return Ok(output);
|
return Ok(output);
|
||||||
|
Reference in New Issue
Block a user