fix: data from api is now correctly displayed

This commit is contained in:
2025-02-19 12:15:39 +01:00
parent d75d45e204
commit 4ee3d9bc44
4 changed files with 43 additions and 44 deletions

View File

@ -5,6 +5,6 @@
{ "id": 3, "name": "Charlie", "email": "charlie@example.com" }
],
"data": [
{ "data": "this is a fake data to test api" }
{ "canva_data": "this is a fake data to test api" }
]
}