add count|release|find 20210122

This commit is contained in:
hcxm 2021-01-22 14:33:36 +08:00
parent 314ec710d6
commit 20ccfce2a3
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ func LatestRelease(ctx *context.APIContext) {
return
}
release.Publisher.Passwd=""
ctx.JSON(http.StatusOK, release)
}