diff --git a/server/AyaNova/Controllers/GlobalBizSettingsController.cs b/server/AyaNova/Controllers/GlobalBizSettingsController.cs index 57602299..aaad24a3 100644 --- a/server/AyaNova/Controllers/GlobalBizSettingsController.cs +++ b/server/AyaNova/Controllers/GlobalBizSettingsController.cs @@ -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));