mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
add user endpoint to cyland
This commit is contained in:
parent
e05249eacb
commit
7482c3f448
@ -8,7 +8,8 @@ function getWalletApiUrls(subdomain) {
|
||||
return {
|
||||
'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/',
|
||||
'piece': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/',
|
||||
'piece_extradata': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/extradata/'
|
||||
'piece_extradata': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/extradata/',
|
||||
'user': walletConstants.walletApiEndpoint + subdomain + '/users/'
|
||||
};
|
||||
}
|
||||
else if (subdomain === 'ikonotv'){
|
||||
|
Loading…
Reference in New Issue
Block a user