feat(pane_admin): enable some site settings in fe

This commit is contained in:
hexxa 2022-04-09 17:41:47 +08:00 committed by Hexxa
parent 1694e9026b
commit f55581efb8
11 changed files with 191 additions and 85 deletions

View file

@ -29,7 +29,7 @@ func (h *SettingsSvc) Health(c *gin.Context) {
}
type ClientCfgMsg struct {
ClientCfg *db.ClientConfig `json:"cfg"`
ClientCfg *db.ClientConfig `json:"clientCfg"`
CaptchaEnabled bool `json:"captchaEnabled"`
}