Update routers/api/v1/api.go

This commit is contained in:
zeripath 2022-10-31 21:21:43 +00:00 committed by GitHub
parent 82f6200d3c
commit 6256bab860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)