diff --git a/script.js b/script.js index d066e0b..95f2775 100644 --- a/script.js +++ b/script.js @@ -50,7 +50,7 @@ }]).run(['Analytics', function(Analytics) { }]); scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api") - //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") + // scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api") // create the controller and inject Angular's $scope scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) {