Growth
diff --git a/script.js b/script.js
index a6f9134..a6fced0 100644
--- a/script.js
+++ b/script.js
@@ -43,7 +43,7 @@
$scope.check = false;
$scope.numberCheck = false;
$scope.paymentResult = {};
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
var data ={
"amount":$scope.payingAmnt,
"currency": "INR",
@@ -117,7 +117,7 @@
/*****THIS IS FOR STEP ONE FORM ******/
$scope.next = function() {
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
$scope.data.status = null
if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
var x = document.getElementById("snackbar")
@@ -182,7 +182,7 @@
setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);
}else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
if($scope.data.identity == "student"){
@@ -207,7 +207,7 @@
});
}
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
console.log("BASE_URL",BASE_URL)
$scope.infoForm = true;
console.log("sdasdasdsa");
@@ -608,7 +608,7 @@
scotchApp.controller('verifyController', function($scope, $http, $location) {
$scope.pendingPaymentId = $location.absUrl().split('=')[1]
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
$http({
method : "GET",
url : BASE_URL+'/applicants/'+$scope.pendingPaymentId,
@@ -633,7 +633,7 @@
$scope.pendingPaymentId = '';
- var BASE_URL = "http://139.59.68.74:4001/api";
+ var BASE_URL = "http://0.0.0.0:4001/api";
$scope.update = function(){