diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-14 04:31:08 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-14 04:31:08 +0200 |
| commit | cdcbd1278a1159826f4fff33f32f16afe2c3903e (patch) | |
| tree | c4861f366590d9f776ffb3c95f68f3a92c36bf53 /db.json | |
| parent | 43a281529521ed12136638fc9fee0cb10aeeec9b (diff) | |
store message
Diffstat (limited to 'db.json')
| -rw-r--r-- | db.json | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -2132,5 +2132,22 @@ "dateCreated": "Fri, 12 May 2017 14:05:55 GMT" } ], - "page": [] + "page": [ + { + "id": "terms-and-conditions", + "title": "Terms and Conditions", + "body": "Lorem Ipsum Terms and Conditions", + "disabled": false, + "__index": 0, + "dateCreated": "Sat, 13 May 2017 19:49:53 GMT" + }, + { + "id": "privacy-policy", + "title": "Privacy Policy", + "body": "Lorem Ipsum Privacy Policy", + "disabled": false, + "__index": 1, + "dateCreated": "Sat, 13 May 2017 19:50:06 GMT" + } + ] }
\ No newline at end of file |
