Mirror bug fix
This commit is contained in:
parent
642687d08d
commit
8719c1b8c5
3 changed files with 3 additions and 3 deletions
2
web.go
2
web.go
|
@ -100,7 +100,7 @@ func runWeb(*cli.Context) {
|
|||
}, reqSignIn)
|
||||
m.Group("/user", func(r martini.Router) {
|
||||
r.Get("/feeds", middleware.Bind(auth.FeedsForm{}), user.Feeds)
|
||||
r.Get("/activate", user.Activate)
|
||||
r.Any("/activate", user.Activate)
|
||||
r.Get("/email2user", user.Email2User)
|
||||
r.Get("/forget_password", user.ForgotPasswd)
|
||||
r.Post("/forget_password", user.ForgotPasswdPost)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue