summaryrefslogtreecommitdiff
path: root/db.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-05-14 04:31:08 +0200
committerJules Laplace <jules@okfoc.us>2017-05-14 04:31:08 +0200
commitcdcbd1278a1159826f4fff33f32f16afe2c3903e (patch)
treec4861f366590d9f776ffb3c95f68f3a92c36bf53 /db.json
parent43a281529521ed12136638fc9fee0cb10aeeec9b (diff)
store message
Diffstat (limited to 'db.json')
-rw-r--r--db.json19
1 files changed, 18 insertions, 1 deletions
diff --git a/db.json b/db.json
index 4f5c7ee..e097f8d 100644
--- a/db.json
+++ b/db.json
@@ -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