mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
acls on user level for ikonotv
This commit is contained in:
parent
2c1ad6dc46
commit
9409af4e1e
@ -14,7 +14,8 @@ function getWalletApiUrls(subdomain) {
|
||||
else if (subdomain === 'ikonotv'){
|
||||
return {
|
||||
'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/',
|
||||
'piece': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/'
|
||||
'piece': walletConstants.walletApiEndpoint + subdomain + '/pieces/${piece_id}/',
|
||||
'user': walletConstants.walletApiEndpoint + subdomain + '/users/'
|
||||
};
|
||||
}
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user