🎨 Update av

This commit is contained in:
Daniel 2023-07-31 23:34:36 +08:00
parent ef85991435
commit d168951d34
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ func getAttributeViewKeys(c *gin.Context) {
ret.Data = blockAttributeViewKeys
}
func setAttributeViewBlockAttrs(c *gin.Context) {
func setAttributeViewBlockAttr(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)