Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/spencer-stock' into spencer-stock
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerstock committed Jun 26, 2019
2 parents 7466af9 + 2767366 commit 0de5dc7
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 0de5dc7

Please sign in to comment.