chore: Rename routes API.
This commit is contained in:
parent
fdf3ce72d8
commit
c0d88a3346
10 changed files with 0 additions and 0 deletions
18
routes/NextNet API/Users/Log In.bru
Normal file
18
routes/NextNet API/Users/Log In.bru
Normal file
|
@ -0,0 +1,18 @@
|
|||
meta {
|
||||
name: Log In
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://127.0.0.1:3000/api/v1/users/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "me@greysoh.dev",
|
||||
"password": "password"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue