vue-notes/db.json

9 lines
100 B
JSON

{
"notes": [
{
"id": 1,
"text": "This note is from the db.json file!"
}
]
}