Index()
+ public ContentResult Index()
{
var errorBlock = string.Empty;
if (serverState.IsSystemLocked)
@@ -64,22 +64,25 @@ namespace AyaNova.Api.Controllers
AyaNova manual
API explorer
Email AyaNova support
- {await TranslationBiz.GetDefaultTranslationAsync("HelpLicense")}
- {AyaNova.Core.License.LicenseInfo}
- Schema version
- {AySchema.currentSchema.ToString()}
- Active techs
- {await UserBiz.ActiveCountAsync()}
- Server time
- {DateUtil.ServerDateTimeString(System.DateTime.UtcNow)}
- {TimeZoneInfo.Local.Id}
- Server logs
- {ServerBootConfig.AYANOVA_LOG_PATH}
+
+