This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user