Commit 6e6a16a62c9d4101eb78ceec88ef90bbc9401b9f
1 parent
f5a4483aa1
Exists in
master
and in
1 other branch
base_url changes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 | |
50 | 50 | }]).run(['Analytics', function(Analytics) { }]); |
51 | 51 | |
52 | - scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/v1") | |
52 | + scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") | |
53 | 53 | //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") |
54 | 54 | |
55 | 55 | // create the controller and inject Angular's $scope | ... | ... |