mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 16:40:52 +00:00
add organization memebers page
This commit is contained in:
parent
bf703ef617
commit
514d7e1922
3 changed files with 73 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue