Skip to content

Commit 4dee947

Browse files
committed
fix: fix bug
1 parent 375bee5 commit 4dee947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/extensions/file/local_uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def upload(self):
4141
"key": single.name,
4242
"id": file.id,
4343
"path": file.path,
44-
"url": site_domain + os.path.join(current_app.static_url_path, exists.path)
44+
"url": site_domain + os.path.join(current_app.static_url_path, file.path)
4545
})
4646
return ret

0 commit comments

Comments
 (0)