handle notauthorized

This commit is contained in:
Matias Alejo Garcia 2015-04-13 11:57:58 -03:00
commit ff8560208b
2 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,6 @@ if (window && window.navigator) {
angular
.module('copayApp')
.config(function(bwcServiceProvider, $stateProvider, $urlRouterProvider) {
bwcServiceProvider.setBaseUrl('http://192.168.1.102:3001/bws/api');
$urlRouterProvider.otherwise('/');
$stateProvider