add empty default bwsFor structure on configService
This commit is contained in:
parent
880976a345
commit
704768ed45
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
rates: {
|
||||
url: 'https://insight.bitpay.com:443/api/rates',
|
||||
},
|
||||
|
||||
bwsFor: {
|
||||
|
||||
},
|
||||
};
|
||||
|
||||
var configCache = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue