mirror of https://github.com/langgenius/dify.git
fix preview url (#26059)
This commit is contained in:
parent
ef80d3b707
commit
c60c754ac9
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue