diff options
Diffstat (limited to 'db.json')
| -rw-r--r-- | db.json | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +{ + "posts": [ + { "id": 1, "title": "First post!", "author": "Post man" }, + { "id": 2, "title": "Lorem ipsum", "author": "Dolor sit amet" } + ] +} |
