From 124f7528f3a1f189da830c3bc619660a77051fb3 Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Fri, 24 Aug 2018 17:31:33 +0530 Subject: [PATCH] minor change --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 2497bdc..8b90d93 100644 --- a/script.js +++ b/script.js @@ -49,8 +49,8 @@ }]).run(['Analytics', function(Analytics) { }]); - //scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") - scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") + scotchApp.constant("BASE_URL", "http://35.154.24.158:4001/v1") + //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/v1") // create the controller and inject Angular's $scope scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) { -- 2.0.0