Initial commit
This commit is contained in:
21
test/request.rest
Normal file
21
test/request.rest
Normal file
@@ -0,0 +1,21 @@
|
||||
GET http://localhost:3000/users
|
||||
|
||||
###
|
||||
|
||||
POST http://localhost:3000/users
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"email": "kyle@kyle.de",
|
||||
"password": "password"
|
||||
}
|
||||
|
||||
###
|
||||
|
||||
POST http://localhost:3000/users/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username": "Kyle",
|
||||
"password": "password1"
|
||||
}
|
||||
Reference in New Issue
Block a user