mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
bug fixed for download 404 from repo's home page
This commit is contained in:
parent
bd55b78775
commit
612fdb98df
@ -356,6 +356,7 @@ func runWeb(*cli.Context) {
|
||||
r.Get("/commit/:branchname/*", repo.Diff)
|
||||
r.Get("/releases", repo.Releases)
|
||||
r.Get("/archive/:branchname/*.*", repo.Download)
|
||||
r.Get("/archive/*.*", repo.Download)
|
||||
r.Get("/compare/:before([a-z0-9]+)...:after([a-z0-9]+)", repo.CompareDiff)
|
||||
}, ignSignIn, middleware.RepoAssignment(true, true))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user