mirror of
https://gitee.com/gitea/gitea
synced 2025-12-25 09:46:34 +08:00
Almost done diff page
This commit is contained in:
1
web.go
1
web.go
@@ -159,7 +159,6 @@ func runWeb(*cli.Context) {
|
||||
r.Get("/commits/:branchname", repo.Commits)
|
||||
}, ignSignIn, middleware.RepoAssignment(true))
|
||||
|
||||
// TODO: implement single commit page
|
||||
m.Get("/:username/:reponame/commit/:commitid/**", ignSignIn, middleware.RepoAssignment(true), repo.Diff)
|
||||
m.Get("/:username/:reponame/commit/:commitid", ignSignIn, middleware.RepoAssignment(true), repo.Diff)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user