mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
Added thumbnail_url to the API
This commit is contained in:
parent
ac40aee805
commit
034b96277c
@ -37,7 +37,8 @@ class DocumentSerializer(serializers.ModelSerializer):
|
|||||||
"created",
|
"created",
|
||||||
"modified",
|
"modified",
|
||||||
"file_name",
|
"file_name",
|
||||||
"download_url"
|
"download_url",
|
||||||
|
"thumbnail_url",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user