This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: Correctly map source_url to preview_url in file fields (
#25957
)
tags/1.9.0
Hunter
1 month ago
parent
a39b185627
commit
50050527eb
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/fields/file_fields.py
+ 1
- 1
api/fields/file_fields.py
View File
@@ -32,7 +32,7 @@ file_fields = {
"mime_type": fields.String,
"created_by": fields.String,
"created_at": TimestampField,
"preview_url": fields.String,
"preview_url": fields.String
(attribute="source_url")
,
}
Write
Preview
Loading…
Cancel
Save