diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index bd22fac18f..0ef5807a43 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -1073,7 +1073,7 @@ func Routes(ctx gocontext.Context) *web.Route { }, repoAssignment()) }) - // NOTE: these are Gitea package management API - see packages.CommonRoutes and packages.DockerContainerRoutes for endpoints to see implementations of package manager APIs + // NOTE: these are Gitea package management API - see packages.CommonRoutes and packages.DockerContainerRoutes for endpoints that implement package manager APIs m.Group("/packages/{username}", func() { m.Group("/{type}/{name}/{version}", func() { m.Get("", packages.GetPackage)