1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-17 03:04:46 +08:00

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 // @Tags Firewall
// @Summary Uodate address group // @Summary Update address group
// @Accept json // @Accept json
// @Param request body dto.AddrRuleUpdate true "request" // @Param request body dto.AddrRuleUpdate true "request"
// @Success 200 // @Success 200