fix: return review file path without leading slash
This commit is contained in:
parent
3540fa8e4b
commit
fce6a3879e
@ -3156,7 +3156,7 @@ def review_conversation(conversation_id, terminal: WebTerminal, workspace: UserW
|
||||
return jsonify({
|
||||
"success": True,
|
||||
"data": {
|
||||
"path": f"/user_upload/review/{filename}",
|
||||
"path": f"user_upload/review/{filename}",
|
||||
"char_count": char_count
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user