fix preview url

This commit is contained in:
jyong 2025-09-22 19:14:20 +08:00
parent 1e3df09fc6
commit 4174462190
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ file_fields = {
"mime_type": fields.String,
"created_by": fields.String,
"created_at": TimestampField,
"preview_url": fields.String(attribute="source_url"),
"preview_url": fields.String,
"source_url": fields.String,
}