mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 20:32:11 +00:00
add organization create page
This commit is contained in:
parent
314193029a
commit
ea507e20d4
4 changed files with 61 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue