spr migrated books, and tester
This commit is contained in:
15
artery/shunts/example/depot/responses.json
Normal file
15
artery/shunts/example/depot/responses.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"GET /users": [
|
||||
{"id": 1, "name": "Test User", "email": "test@example.com"}
|
||||
],
|
||||
"GET /users/1": {
|
||||
"id": 1,
|
||||
"name": "Test User",
|
||||
"email": "test@example.com"
|
||||
},
|
||||
"POST /users": {
|
||||
"id": 2,
|
||||
"name": "Created User",
|
||||
"success": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user