Skip to content

Commit

Permalink
Fix register link
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed May 8, 2017
1 parent a0d8f26 commit 80fff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request/User.elm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ register { username, email, password } =
|> Http.jsonBody
in
Decode.field "user" User.decoder
|> Http.post (apiUrl "/register") body
|> Http.post (apiUrl "/users") body


edit :
Expand Down

0 comments on commit 80fff80

Please sign in to comment.