1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-02 16:35:19 +02:00

add organization memebers page

This commit is contained in:
fuxiaohei 2014-06-22 16:53:46 +08:00
parent bf703ef617
commit 514d7e1922
3 changed files with 73 additions and 1 deletions

View file

@ -190,6 +190,7 @@ func runWeb(*cli.Context) {
m.Group("/o", func(r martini.Router) {
r.Get("/:org", org.Organization)
r.Get("/:org/members", org.Members)
})
m.Group("/:username/:reponame", func(r martini.Router) {