Skip to content

Commit fe8b384

Browse files
committed
updated dependencies
1 parent be08698 commit fe8b384

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

server-mock/mock-data/data.json

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
{
2-
"authors": [
3-
{
4-
"id": 1,
5-
"name": "Laika",
6-
"lastName": "Dog",
7-
"birthDate": "date"
8-
}
9-
],
10-
"books": [
11-
{
12-
"id": 1,
13-
"title": "bone",
14-
"author": "Laika",
15-
"genre": "comedy",
16-
"read": true
17-
}
18-
]
2+
"authors": [
3+
{
4+
"id": 1,
5+
"name": "Laika",
6+
"lastName": "Dog",
7+
"birthDate": "date"
8+
}
9+
],
10+
"books": [
11+
{
12+
"id": 1,
13+
"title": "bone",
14+
"author": "Laika",
15+
"genre": "comedy",
16+
"read": true
17+
},
18+
{
19+
"title": "Lord of flies",
20+
"author": "William Goldwing",
21+
"genre": "Drama",
22+
"read": "on",
23+
"id": 2
24+
}
25+
]
1926
}

0 commit comments

Comments
 (0)