diff options
author | Lauris BH <lauris@nix.lv> | 2017-10-15 05:24:24 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-10-15 10:24:24 +0800 |
commit | 32ca299650277829b93994eca1508f9d84a5b667 (patch) | |
tree | 65cabe4bb9d3cefb9c253b73c087b2439c13ae2c /routers/routes | |
parent | f42dbdbae59600266d03357f9693c659adc9cab3 (diff) | |
download | gitea-32ca299650277829b93994eca1508f9d84a5b667.tar.gz gitea-32ca299650277829b93994eca1508f9d84a5b667.zip |
Remove direct user adding to organization members (#2641)
Diffstat (limited to 'routers/routes')
-rw-r--r-- | routers/routes/routes.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/routers/routes/routes.go b/routers/routes/routes.go index e6079445bb..ac71b5eba3 100644 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -407,8 +407,6 @@ func RegisterRoutes(m *macaron.Macaron) { m.Route("/delete", "GET,POST", org.SettingsDelete) }) - - m.Route("/invitations/new", "GET,POST", org.Invitation) }, context.OrgAssignment(true, true)) }, reqSignIn) // ***** END: Organization ***** |