mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Fix typo in edition api url
This commit is contained in:
parent
ba777781b7
commit
7ba7e26d5b
@ -137,7 +137,6 @@ let PieceListBulkModal = React.createClass({
|
|||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ function getWalletApiUrls(subdomain) {
|
|||||||
}
|
}
|
||||||
else if (subdomain === 'lumenus'){
|
else if (subdomain === 'lumenus'){
|
||||||
return {
|
return {
|
||||||
'editions': walletConstants.walletApiEndpoint + subdomain + 'editions/',
|
'editions': walletConstants.walletApiEndpoint + subdomain + '/editions/',
|
||||||
'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/',
|
'pieces_list': walletConstants.walletApiEndpoint + subdomain + '/pieces/',
|
||||||
'user': walletConstants.walletApiEndpoint + subdomain + '/users/'
|
'user': walletConstants.walletApiEndpoint + subdomain + '/users/'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user