Update Register.elm

This commit is contained in:
Richard Feldman
2018-08-15 17:36:47 -05:00
committed by GitHub
parent 69f3c478fb
commit 0efe239ae4

View File

@@ -168,7 +168,7 @@ update msg model =
-}
request : Http.Request Viewer
request =
Debug.todo "Call Http.post to represent a POST to /api/users/login"
Debug.todo "Call Http.post to represent a POST to /api/users"
{- 👉 TODO: Use Http.send to turn the request we just defined
into a Cmd for `update` to execute.