feature: Adds login support.
This commit is contained in:
parent
af37abf075
commit
bbad26b686
5 changed files with 176 additions and 16 deletions
|
@ -5,14 +5,14 @@ meta {
|
|||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/login
|
||||
url: http://127.0.0.1:8000/api/v1/users/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "me@greysoh.dev",
|
||||
"password": "password"
|
||||
"email": "test@example.com",
|
||||
"password": "hunter123"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue