This commit is contained in:
2018-08-24 17:57:30 +00:00
parent cbb153166f
commit 1cfa78472e
6 changed files with 157 additions and 22 deletions

View File

@@ -132,26 +132,7 @@ namespace AyaNova.Api.Controllers
}
});
// Newtonsoft.Json.Linq.JObject o = Newtonsoft.Json.Linq.JObject.FromObject(new
// {
// logs = new
// {
// licensedTo = ActiveKey.RegisteredTo,
// registeredEmail = ActiveKey.FetchEmail,
// trial = ActiveKey.Trial,
// keySerial = ActiveKey.Id,
// keySource = ActiveKey.Source,
// created = ActiveKey.Created.ToString(),
// features =
// from f in files
// orderby f
// select new
// {
// logName = f
// }
// }
// });
return Ok(new ApiOkResponse(o));