Prosty sequential proxy

This commit is contained in:
2020-10-11 13:51:18 +02:00
parent 5e23a97b1a
commit 6655736a69
5 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"owner": 1,
"name": "Simple project"
}

4
api-mocks/users/1.json Normal file
View File

@ -0,0 +1,4 @@
{
"id": 1,
"username": "test"
}

4
api-mocks/users/2.json Normal file
View File

@ -0,0 +1,4 @@
{
"id": 2,
"username": "test2"
}