Unverified Commit 38f05fd6 authored by ti777777's avatar ti777777 Committed by GitHub

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

Update http_getter.go

fix tag in  http_getter.go
parent 65022beb
...@@ -18,7 +18,7 @@ func (*APIV1Service) registerGetterPublicRoutes(g *echo.Group) { ...@@ -18,7 +18,7 @@ func (*APIV1Service) registerGetterPublicRoutes(g *echo.Group) {
// GetImage godoc // GetImage godoc
// //
// @Summary Get GetImage from URL // @Summary Get GetImage from URL
// @Tags get // @Tags image-url
// @Produce GetImage/* // @Produce GetImage/*
// @Param url query string true "Image url" // @Param url query string true "Image url"
// @Success 200 {object} nil "Image" // @Success 200 {object} nil "Image"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment