Files
ide-cadastro/db.json
ovosimpatico 23362988bc Add functionality to remove child and associated picture by ID.
Handle file not found exception when retrieving child picture.
Update interface language to Portuguese.
Fix minor layout issues and button text.
2024-02-01 16:55:02 -03:00

26 lines
501 B
JSON

{
"children": [
{
"birth": "11/11/2006",
"id": 1,
"name": "Josias"
},
{
"birth": "24/07/2008",
"id": 2,
"name": "Chris"
},
{
"birth": "11/22/33",
"id": 69,
"name": "jose"
},
{
"birth": "15/01/1995",
"id": 12349876,
"name": "Limas"
}
],
"password": "pass",
"username": "admin"
}