-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDatabase.json
More file actions
46 lines (46 loc) · 780 Bytes
/
Copy pathDatabase.json
File metadata and controls
46 lines (46 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"watingList": [
{
"id": 11,
"member": 3,
"phoneNumber": "010-1234-5678",
"visitedCount": 2,
"standby": 2,
"watingTime": 6
},
{
"id": 12,
"member": 5,
"phoneNumber": "010-4321-8765",
"visitedCount": 3,
"standby": 3,
"watingTime": 4
},
{
"id": 13,
"member": 2,
"phoneNumber": "010-0987-6543",
"visitedCount": 1,
"standby": 4,
"watingTime": 2
},
{
"id": 14,
"member": 4,
"phoneNumber": "010-2060-2345",
"visitedCount": 1,
"standby": 5,
"watingTime": 1
}
],
"login": {
"adminCode": "dqw1"
}
}