handle notauthorized
This commit is contained in:
parent
461b73f63e
commit
ff8560208b
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue