We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375bee5 commit 4dee947Copy full SHA for 4dee947
1 file changed
app/extensions/file/local_uploader.py
@@ -41,6 +41,6 @@ def upload(self):
41
"key": single.name,
42
"id": file.id,
43
"path": file.path,
44
- "url": site_domain + os.path.join(current_app.static_url_path, exists.path)
+ "url": site_domain + os.path.join(current_app.static_url_path, file.path)
45
})
46
return ret
0 commit comments