fix: fix typos (#7478)

This commit is contained in:
MignonZhang 2024-12-20 15:09:26 +08:00 committed by GitHub
parent 2751c37716
commit dafd6ba71e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ func (b *BaseApi) UpdatePortRule(c *gin.Context) {
}
// @Tags Firewall
// @Summary Uodate address group
// @Summary Update address group
// @Accept json
// @Param request body dto.AddrRuleUpdate true "request"
// @Success 200