forked from forgejo/forgejo
Mirror issue fix
This commit is contained in:
parent
9baf2b38d0
commit
81287ba022
9 changed files with 3 additions and 33 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue