mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
'use strict';
|
|
|
|
import AppConstants from '../../../../constants/application_constants';
|
|
|
|
let walletConstants = {
|
|
walletApiEndpoint: AppConstants.apiEndpoint + 'wallets/'
|
|
};
|
|
|
|
export default walletConstants; |