mirror of https://github.com/go-gitea/gitea.git
Attachment support repository route (#15580)
This commit is contained in:
parent
bee8ce342f
commit
1b3dbdba4e
|
@ -929,6 +929,7 @@ func RegisterRoutes(m *web.Route) {
|
||||||
}
|
}
|
||||||
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
|
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
|
||||||
})
|
})
|
||||||
|
m.Get("/attachments/{uuid}", repo.GetAttachment)
|
||||||
}, ignSignIn, context.RepoAssignment, context.UnitTypes(), reqRepoReleaseReader)
|
}, ignSignIn, context.RepoAssignment, context.UnitTypes(), reqRepoReleaseReader)
|
||||||
|
|
||||||
m.Group("/{username}/{reponame}", func() {
|
m.Group("/{username}/{reponame}", func() {
|
||||||
|
|
Loading…
Reference in New Issue