Create users.json
Browse files- users.json +7 -0
users.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"BLUEX": {
|
| 3 |
+
"id": "creator001",
|
| 4 |
+
"password": "Taloalob,1",
|
| 5 |
+
"isAdmin": true
|
| 6 |
+
}
|
| 7 |
+
}
|