fix op 2603

This commit is contained in:
2020-07-12 13:01:31 +07:00
parent 24c8462932
commit 0df9551a02
4 changed files with 19 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ namespace TodoAPI2.Controllers
//[ValidateAntiForgeryToken]
public IActionResult rep_eva02_report(rep_eva02ReportRequestModel model)
{
try
try
{
if (!MyHelper.checkAuth(Configuration, HttpContext)) return Unauthorized();
//var httpclient = MyHelper.getHttpClient(Configuration);