Skip to content

Commit c4ccf16

Browse files
cweiskelafriks
authored andcommitted
Fix OpenID registration route (#2160)
Fixes #2101
1 parent 6a3c037 commit c4ccf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/routes/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func RegisterRoutes(m *macaron.Macaron) {
171171
m.Combo("/connect").
172172
Get(user.ConnectOpenID).
173173
Post(bindIgnErr(auth.ConnectOpenIDForm{}), user.ConnectOpenIDPost)
174-
m.Combo("/routes").
174+
m.Combo("/register").
175175
Get(user.RegisterOpenID).
176176
Post(bindIgnErr(auth.SignUpOpenIDForm{}), user.RegisterOpenIDPost)
177177
})

0 commit comments

Comments
 (0)