This commit is contained in:
2020-06-16 23:25:11 +00:00
parent 50b9f873d9
commit 5f9ae8d641
7 changed files with 16 additions and 5 deletions

View File

@@ -112,7 +112,9 @@ namespace AyaNova.Api.Controllers
SearchCaseSensitiveOnly = AyaNova.Util.ServerGlobalBizSettings.SearchCaseSensitiveOnly,
//used to drive UI in case of unlicensed or attention required
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired,
DbId = AyaNova.Core.License.ActiveKey.DbId
};
return Ok(ApiOkResponse.Response(ret));