Selaa lähdekoodia

Fix crash caused by #647 (#708)

tags/v1.1.0
Bwko 7 vuotta sitten
vanhempi
commit
7e401b9e39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      routers/api/v1/api.go

+ 1
- 1
routers/api/v1/api.go Näytä tiedosto

@@ -406,7 +406,7 @@ func RegisterRoutes(m *macaron.Macaron) {
Delete(org.ConcealMember)
})
m.Combo("/teams").Get(org.ListTeams).
Post("", bind(api.CreateTeamOption{}), org.CreateTeam)
Post(bind(api.CreateTeamOption{}), org.CreateTeam)
m.Group("/hooks", func() {
m.Combo("").Get(org.ListHooks).
Post(bind(api.CreateHookOption{}), org.CreateHook)

Loading…
Peruuta
Tallenna