Prosty sequential proxy
This commit is contained in:
4
api-mocks/projects/1.json
Normal file
4
api-mocks/projects/1.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"owner": 1,
|
||||
"name": "Simple project"
|
||||
}
|
4
api-mocks/users/1.json
Normal file
4
api-mocks/users/1.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"id": 1,
|
||||
"username": "test"
|
||||
}
|
4
api-mocks/users/2.json
Normal file
4
api-mocks/users/2.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"id": 2,
|
||||
"username": "test2"
|
||||
}
|
Reference in New Issue
Block a user