first-space / src /database /mocks /mocks-glucosa.js
chartManD's picture
probar consulta a mangoatlas
4ad9c00
raw
history blame
442 Bytes
const datos = [
{
glucosa: 123,
ayuno: false,
comentario: "no hay lugar como el hogar",
createdAt: Date.now,
iduser: "adadd123",
},
{
glucosa: 108,
ayuno: false,
comentario: "no hay lugar como el machete",
createdAt: Date.now,
iduser: "adadd123",
},
{
glucosa: 185,
ayuno: false,
comentario: "no hay lugar como el barrio",
createdAt: Date.now,
iduser: "adadd123",
},
];