This commit is contained in:
2020-06-16 00:02:57 +00:00
parent 746d5d502e
commit 0c7884b0d5

View File

@@ -111,7 +111,8 @@ 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
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
DbId = AyaNova.Core.License.ActiveKey.DbId
};
return Ok(ApiOkResponse.Response(ret));