X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e9066b40546163f0df4678702ca4d7d31f9f84..94a3d5dc103e37b41a02b5c1c611621e91ba4b75:/src/api/tests/res/responses/collections.json diff --git a/src/api/tests/res/responses/collections.json b/src/api/tests/res/responses/collections.json index fe51488c7..a0852cdb0 100644 --- a/src/api/tests/res/responses/collections.json +++ b/src/api/tests/res/responses/collections.json @@ -1 +1,7 @@ -[] +[ + { + "url": "https://example.com/katalog/lektury/a-collection/", + "href": "https://example.com/dapi/collections/a-collection/", + "title": "A Collection" + } +]