This commit is contained in:
2019-04-30 19:25:22 +00:00
parent 7b9010b060
commit 0be48bebb3
8 changed files with 20 additions and 20 deletions

View File

@@ -101,7 +101,7 @@ namespace AyaNova.Api.Controllers
//Log
EventLogProcessor.LogEventToDatabase(new Event(UserIdFromContext.Id(HttpContext.Items), 0, AyaType.Metrics, AyaEvent.Retrieved), ct);
return Ok(new ApiOkResponse(json));
return Ok(new ApiOkResponse(json, true));
}
/// <summary>