Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerstock authored Jun 26, 2019
1 parent 864ab95 commit 2767366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ Endpoint: https://sgs-lambda-bookr.herokuapp.com/createnewuser

Body (application/Json)
```
"username" : "yourUsername"
{
"username" : "yourUsername",
"password" : "yourPassword"
}
```

Returns
Expand Down

0 comments on commit 2767366

Please sign in to comment.