Attachment support repository route (#15580)
This commit is contained in:
parent
bee8ce342f
commit
1b3dbdba4e
1 changed files with 1 additions and 0 deletions
|
@ -929,6 +929,7 @@ func RegisterRoutes(m *web.Route) {
|
|||
}
|
||||
ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount
|
||||
})
|
||||
m.Get("/attachments/{uuid}", repo.GetAttachment)
|
||||
}, ignSignIn, context.RepoAssignment, context.UnitTypes(), reqRepoReleaseReader)
|
||||
|
||||
m.Group("/{username}/{reponame}", func() {
|
||||
|
|
Reference in a new issue