diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-27 22:40:45 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-27 22:40:45 +0800 |
commit | 81287ba022ae906f1f9eb5b1324567cd93771b4e (patch) | |
tree | 35a32fae8597f90ad61c0b955e2f0c0d0e3c3306 /cmd | |
parent | 9baf2b38d025eaf1d9bbb10a4616c71813ea7054 (diff) |
Mirror issue fix
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |