mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Fix lumenus edition endpoint
This commit is contained in:
parent
6223248ea0
commit
04e453b28c
@ -20,7 +20,7 @@ function getWalletApiUrls(subdomain) {
|
||||
} else if (subdomain === 'lumenus') {
|
||||
return {
|
||||
'editions_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/editions/',
|
||||
'edition': walletConstants.walletApiEndpoint + subdomain + '/editions/${edition_id}/',
|
||||
'edition': walletConstants.walletApiEndpoint + subdomain + '/editions/${bitcoin_id}/',
|
||||
'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/',
|
||||
'piece': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/',
|
||||
'piece_extradata': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/extradata/',
|
||||
|
Loading…
Reference in New Issue
Block a user