summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-27 22:40:45 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-27 22:40:45 +0800
commit81287ba022ae906f1f9eb5b1324567cd93771b4e (patch)
tree35a32fae8597f90ad61c0b955e2f0c0d0e3c3306 /cmd
parent9baf2b38d025eaf1d9bbb10a4616c71813ea7054 (diff)
downloadgitea-81287ba022ae906f1f9eb5b1324567cd93771b4e.tar.gz
gitea-81287ba022ae906f1f9eb5b1324567cd93771b4e.zip
Mirror issue fix
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 764e2c1b92..1ce671be41 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -167,7 +167,6 @@ func runWeb(*cli.Context) {
r.Get("/ssh", user.SettingsSSHKeys)
r.Post("/ssh", bindIgnErr(auth.AddSSHKeyForm{}), user.SettingsSSHKeysPost)
r.Get("/social", user.SettingsSocial)
- r.Get("/orgs", user.SettingsOrgs)
r.Route("/delete", "GET,POST", user.SettingsDelete)
}, reqSignIn)
m.Group("/user", func(r *macaron.Router) {