diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-10-29 15:22:52 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-10-29 15:22:52 +0300 |
| commit | a972058d20b773f4488df51babb40156c5a335e1 (patch) | |
| tree | 80b8e18462134da7e5d00a2a32fc25bfd5855667 /db.json | |
| parent | f4dacee4908300f63200864b9f089874152a568c (diff) | |
Add feed
Diffstat (limited to 'db.json')
| -rw-r--r-- | db.json | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +{ + "posts": [ + { + "id": "5CEDAFAA-4CB9-4BF9-A0B2-EB4DF373B4A3", + "content": "Hello world", + "createdAt": 1635505671, + "author": { + "id": "EA8E23FC-8F12-404A-9A68-576FBDF72934", + "name": "George Technoman" + }, + "likes": 28 + } + ] +}
\ No newline at end of file |
