mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
add organization create page
This commit is contained in:
@@ -189,6 +189,7 @@ func runWeb(*cli.Context) {
|
||||
reqOwner := middleware.RequireOwner()
|
||||
|
||||
m.Group("/o", func(r martini.Router) {
|
||||
r.Get("/create",org.New)
|
||||
r.Get("/:org", org.Organization)
|
||||
r.Get("/:org/members", org.Members)
|
||||
r.Get("/:org/teams", org.Teams)
|
||||
|
Reference in New Issue
Block a user