From 6256bab860247709d7fa8f725fc30e9e39272aa6 Mon Sep 17 00:00:00 2001 From: zeripath Date: Mon, 31 Oct 2022 21:21:43 +0000 Subject: [PATCH] Update routers/api/v1/api.go --- routers/api/v1/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)