Merge pull request #2517 from cmgustavo/update/angular-v0016

Update angular v0.0.16 and default PORT for BWS
This commit is contained in:
Matias Alejo Garcia 2015-04-15 13:38:52 -03:00
commit fe16f6a5d4
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ angular.module('copayApp.services').factory('configService', function(localStora
// Bitcore wallet service URL
bws: {
url: 'http://162.242.245.33:3004/bws/api',
url: 'http://162.242.245.33:3232/bws/api',
// url: 'http://localhost:3001/bws/api',
},