Files
izyim-mockapi/db.json
T
2018-08-08 10:41:31 +08:00

9 lines
212 B
JSON

{
"users": [
{ "id": 1, "phone": "01234567891", "password": "123456789" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
}