diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-08-17 03:40:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-08-17 03:40:36 -0400 |
| commit | a3fff2bf629b3d33d327b81f2e2699a1840a27bd (patch) | |
| tree | 7b411e2f6e4f173a35d37d1c0822d46aef1cdad9 | |
| parent | f849c7dc08064eaa1ee1265b2d06a9c527adf66f (diff) | |
js ishv0.1.37
| -rw-r--r-- | examples/db.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/db.json b/examples/db.json index 5f65c21..454db14 100644 --- a/examples/db.json +++ b/examples/db.json @@ -190,6 +190,16 @@ "dateCreated": "Tue, 05 Apr 2016 15:17:57 GMT", "media": [ { + "uri": "http://asdf.us/z/", + "caption": "", + "type": "link" + }, + { + "uri": "http://asdf.us/", + "caption": "", + "type": "link" + }, + { "type": "video", "token": "https://ltho.s3.amazonaws.com/ee12b137-1c8a-400a-87e3-89cbee7b4da6.mp4", "uri": "", |
