Commit b2aecf68e2511cc3540af9f37d7814b883a6747c

Authored by Palak Handa
1 parent 6db0109b53
Exists in master and in 1 other branch paytm

change Baseurl

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
... ... @@ -31,8 +31,8 @@
31 31  
32 32 });
33 33  
34   - //scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api")
35   - scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api")
  34 + scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api")
  35 + //scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api")
36 36  
37 37 // create the controller and inject Angular's $scope
38 38 scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL) {
... ...