new org dashboard issues
This commit is contained in:
parent
f808df5a7b
commit
a329bbc215
6 changed files with 39 additions and 23 deletions
|
@ -384,6 +384,7 @@ func runWeb(ctx *cli.Context) {
|
|||
|
||||
m.Group("/:org", func() {
|
||||
m.Get("/dashboard", user.Dashboard)
|
||||
m.Get("/issues", user.Issues)
|
||||
m.Get("/members", org.Members)
|
||||
m.Get("/members/action/:action", org.MembersAction)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue