mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Added thumbnail_url to the API
This commit is contained in:
@@ -37,7 +37,8 @@ class DocumentSerializer(serializers.ModelSerializer):
|
||||
"created",
|
||||
"modified",
|
||||
"file_name",
|
||||
"download_url"
|
||||
"download_url",
|
||||
"thumbnail_url",
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user