diff --git a/script.js b/script.js index 6caed7a..7ebc15c 100644 --- a/script.js +++ b/script.js @@ -31,8 +31,8 @@ }); - //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://139.59.68.74: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) {