forked from forgejo/forgejo
fix #650
This commit is contained in:
parent
b80e848d02
commit
52c8f69163
84 changed files with 746 additions and 12755 deletions
|
@ -393,8 +393,8 @@ func runWeb(ctx *cli.Context) {
|
|||
m.Get("/teams", org.Teams)
|
||||
m.Get("/teams/:team", org.TeamMembers)
|
||||
m.Get("/teams/:team/repositories", org.TeamRepositories)
|
||||
m.Get("/teams/:team/action/:action", org.TeamsAction)
|
||||
m.Get("/teams/:team/action/repo/:action", org.TeamsRepoAction)
|
||||
m.Route("/teams/:team/action/:action", "GET,POST", org.TeamsAction)
|
||||
m.Route("/teams/:team/action/repo/:action", "GET,POST", org.TeamsRepoAction)
|
||||
}, middleware.OrgAssignment(true, true))
|
||||
|
||||
m.Group("/:org", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue