mirror of
https://github.com/langgenius/dify.git
synced 2025-11-15 02:43:33 +00:00
fix preview url (#26059)
This commit is contained in:
parent
ef80d3b707
commit
c60c754ac9
@ -32,7 +32,8 @@ file_fields = {
|
|||||||
"mime_type": fields.String,
|
"mime_type": fields.String,
|
||||||
"created_by": fields.String,
|
"created_by": fields.String,
|
||||||
"created_at": TimestampField,
|
"created_at": TimestampField,
|
||||||
"preview_url": fields.String(attribute="source_url"),
|
"preview_url": fields.String,
|
||||||
|
"source_url": fields.String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user