diff --git a/backend/internal/user/handler/v1/user.go b/backend/internal/user/handler/v1/user.go index 54349b3..cc5efd8 100644 --- a/backend/internal/user/handler/v1/user.go +++ b/backend/internal/user/handler/v1/user.go @@ -255,7 +255,7 @@ func (h *UserHandler) VSIXDownload(c *web.Context) error { // @ID zip-download // @Accept json // @Produce octet-stream -// @Router /api/v1/static/zip [get] +// @Router /api/v1/static/jetbrains [get] func (h *UserHandler) ZipDownload(c *web.Context) error { if !h.limiter.Allow() { return c.String(http.StatusTooManyRequests, "Too Many Requests")