fixing small issue with readme
This commit is contained in:
parent
094dd96245
commit
f71d48bea9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
# Routes
|
# Routes
|
||||||
|
|
||||||
- New User - POST /register Body: `{
|
- New User - POST /register Body: `{
|
||||||
"name": "Name"`
|
"name": "Name"
|
||||||
"email": "Email@email.com",
|
"email": "Email@email.com",
|
||||||
"password": "Password"
|
"password": "Password"
|
||||||
}`
|
}`
|
||||||
|
|
Loading…
Reference in a new issue