Browse Source

update status

CaIon 2 years ago
parent
commit
718749f4e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/misc.go

+ 1 - 1
controller/misc.go

@@ -16,7 +16,6 @@ func GetStatus(c *gin.Context) {
 		"success": true,
 		"message": "",
 		"data": gin.H{
-			"version":             common.Version,
 			"start_time":          common.StartTime,
 			"email_verification":  common.EmailVerificationEnabled,
 			"github_oauth":        common.GitHubOAuthEnabled,
@@ -34,6 +33,7 @@ func GetStatus(c *gin.Context) {
 			"chat_link":           common.ChatLink,
 			"quota_per_unit":      common.QuotaPerUnit,
 			"display_in_currency": common.DisplayInCurrencyEnabled,
+			"enable_batch_update": common.BatchUpdateEnabled,
 		},
 	})
 	return