1
1
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:
fuxiaohei
2014-06-23 11:40:49 +08:00
parent 314193029a
commit ea507e20d4
4 changed files with 61 additions and 8 deletions

View File

@@ -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)