Production fixes

This commit is contained in:
root
2016-12-13 12:47:09 -04:00
parent f4f1daae5e
commit 88957d98a1
5 changed files with 18 additions and 14 deletions

View File

@@ -44,7 +44,7 @@
})
.run(function ($rootScope) {
$rootScope.domainUrl = 'Localhost:3000';
$rootScope.domainUrl = '190.169.74.203:3000';
});
})();