This commit is contained in:
Liang Ding 2022-06-18 12:13:34 +08:00
parent 674138d5fa
commit dc10e1a11a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -126,8 +126,4 @@ func resetRepo(c *gin.Context) {
ret.Msg = fmt.Sprintf(model.Conf.Language(146), err.Error())
return
}
ret.Data = map[string]interface{}{
"key": hex.EncodeToString(model.Conf.Repo.Key),
}
}