mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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",
|
||||
"modified",
|
||||
"file_name",
|
||||
"download_url"
|
||||
"download_url",
|
||||
"thumbnail_url",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user