Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
•
99d4164
1
Parent(s):
6ae0960
HELLO
Browse files- database/data.json +29 -0
database/data.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"users": [
|
3 |
+
{
|
4 |
+
"username": "sss",
|
5 |
+
"password": "sss",
|
6 |
+
"id": "e3e1a96b-3a0c-43c2-9028-fc0115e29f2a"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"username": "aaa",
|
10 |
+
"password": "aaa",
|
11 |
+
"id": "e37dcddd-7f32-4d39-8841-19755717d5b3"
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"username": "asd",
|
15 |
+
"password": "aasd",
|
16 |
+
"id": "7666ede3-d3fb-4740-9d8a-dd5a8267d34e"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"username": "asd",
|
20 |
+
"password": "sds",
|
21 |
+
"id": "954e48ce-04f8-48f2-afa5-e73de6a8f1d8"
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"username": "rishu420",
|
25 |
+
"password": "123",
|
26 |
+
"id": "b1da28ad-8ee5-406a-9474-6055803ef3d2"
|
27 |
+
}
|
28 |
+
]
|
29 |
+
}
|