-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
41 lines (41 loc) · 1.1 KB
/
db.json
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
{
"user": [
{
"name": "Admin",
"mobNumber": "123456",
"email": "[email protected]",
"admin": true,
"password": "123456",
"address": {
"id": 0,
"addLine1": "1234"
},
"uploadPhoto": "C:\\fakepath\\InShot_20201115_215613461.jpg",
"id": 1
},
{
"name": "test",
"mobNumber": "0123456789",
"email": "[email protected]",
"password": "123456",
"address": {
"id": 0,
"addLine1": "Buffer zone"
},
"uploadPhoto": "C:\\fakepath\\InShot_20201115_215613461.jpg",
"id": 2
},
{
"email": "[email protected]",
"address": {
"id": 0,
"addLine1": "1234sdfsfds"
},
"mobNumber": "3432423",
"name": "test1",
"password": "123456",
"uploadPhoto": "C:\\fakepath\\InShot_20201115_215613461.jpg",
"id": 3
}
]
}