diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-02-23 20:31:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-02-23 20:31:19 +0100 |
| commit | 464991b62e4fa6141449ca0c5980fcf0af3097a6 (patch) | |
| tree | 18e597dc951cbf4605995e3aa1b1f8761449549f /examples/db.json | |
| parent | 19516de0a43ac5f2b0afc9891bbef09d229ce4e6 (diff) | |
upload files and write to diskv0.3.0
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/db.json b/examples/db.json index 34304c9..11204e7 100644 --- a/examples/db.json +++ b/examples/db.json @@ -328,5 +328,17 @@ "dateCreated": "Sat, 31 Dec 2016 05:07:09 GMT", "images": [] } + ], + "filez": [ + { + "id": "pdf-upload", + "title": "PDF upload", + "file": { + "uri": "/uploads/1e/Typhon firmware v3.pdf", + "caption": "/uploads/1e/Typhon firmware v3.pdf" + }, + "__index": 0, + "dateCreated": "Tue, 23 Feb 2021 19:30:32 GMT" + } ] }
\ No newline at end of file |
