added url property back to response for app backwards compatability
This commit is contained in:
parent
573f7f87ca
commit
93325c3e98
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const claimPublish = ({ body, files, headers, ip, originalUrl, user, tor }, res)
|
|||
data : {
|
||||
name,
|
||||
claimId : result.claim_id,
|
||||
showUrl : `${host}/${result.claim_id}/${name}`,
|
||||
url : `${host}/${result.claim_id}/${name}`,
|
||||
embedUrl: `${host}/asset/${name}/${result.claim_id}`,
|
||||
lbryTx : result,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue