X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e9066b40546163f0df4678702ca4d7d31f9f84..94a3d5dc103e37b41a02b5c1c611621e91ba4b75:/src/api/tests/res/responses/ebooks.json diff --git a/src/api/tests/res/responses/ebooks.json b/src/api/tests/res/responses/ebooks.json index 70084ef6c..9c4659a1b 100644 --- a/src/api/tests/res/responses/ebooks.json +++ b/src/api/tests/res/responses/ebooks.json @@ -2,6 +2,7 @@ { "fb2": "", "mobi": "", + "title": "Child", "author": "", "cover": "", "href": "https://example.com/api/books/child/", @@ -11,19 +12,21 @@ "epub": "" }, { - "fb2": "https://example.com/media/fb2/grandchild.fb2", - "mobi": "", + "fb2": "https://example.com/katalog/pobierz/grandchild.fb2", + "mobi": "https://example.com/katalog/pobierz/grandchild.mobi", + "title": "Grandchild", "author": "", "cover": "", "href": "https://example.com/api/books/grandchild/", - "pdf": "", - "txt": "https://example.com/media/txt/grandchild.txt", + "pdf": "https://example.com/katalog/pobierz/grandchild.pdf", + "txt": "https://example.com/katalog/pobierz/grandchild.txt", "slug": "grandchild", - "epub": "" + "epub": "https://example.com/katalog/pobierz/grandchild.epub" }, { "fb2": "", "mobi": "https://example.com/media/mobi/parent.mobi", + "title": "Parent", "author": "John Doe", "cover": "cover/parent.jpg", "href": "https://example.com/api/books/parent/",