mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 01:57:20 +00:00
add organization setting page
This commit is contained in:
@ -194,6 +194,7 @@ func runWeb(*cli.Context) {
|
||||
r.Get("/:org/dashboard", org.Dashboard)
|
||||
r.Get("/:org/members", org.Members)
|
||||
r.Get("/:org/teams", org.Teams)
|
||||
r.Get("/:org/setting", org.Setting)
|
||||
})
|
||||
|
||||
m.Group("/:username/:reponame", func(r martini.Router) {
|
||||
|
Reference in New Issue
Block a user