Commit 4a0280a764e4566a54510e9319389d3037a9dceb
1 parent
f244be5122
Exists in
master
and in
1 other branch
baseurl changes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -50,7 +50,7 @@ |
50 | 50 | }]).run(['Analytics', function(Analytics) { }]); |
51 | 51 | |
52 | 52 | scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") |
53 | - //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") | |
53 | + // scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") | |
54 | 54 | |
55 | 55 | // create the controller and inject Angular's $scope |
56 | 56 | scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) { | ... | ... |