chore: fix tag in http_getter.go (#2500)

Update http_getter.go

fix tag in  http_getter.go
This commit is contained in:
ti777777 2023-11-11 23:21:15 +08:00 committed by GitHub
parent 65022beb0d
commit 38f05fd6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ func (*APIV1Service) registerGetterPublicRoutes(g *echo.Group) {
// GetImage godoc
//
// @Summary Get GetImage from URL
// @Tags get
// @Tags image-url
// @Produce GetImage/*
// @Param url query string true "Image url"
// @Success 200 {object} nil "Image"