mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Load data from api to the page
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": "123",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "231",
|
||||
"name": "Phan Huu Loi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Ho Chi Minh"
|
||||
},
|
||||
{
|
||||
"id": "312",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "523",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "534",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "756",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "23",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "756",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
},
|
||||
{
|
||||
"id": "756",
|
||||
"name": "Nezumi",
|
||||
"identifiedCode": "123",
|
||||
"phone": "0937425123",
|
||||
"roomId": 246,
|
||||
"address": "Da Nang"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user