@@ -20,7 +20,7 @@ angular |
||
20 | 20 |
$scope.lookup = function(){ |
21 | 21 |
$http({ |
22 | 22 |
method: 'GET', |
23 |
- url: 'http://localhost:9292/' + $scope.url |
|
23 |
+ url: 'http://whois.j1x.co/' + $scope.url |
|
24 | 24 |
}).success(function(data) { |
25 | 25 |
console.log("Domain Lookup Successfull") |
26 | 26 |
console.log(data) |