url fix

James Peret 10 lat temu
rodzic
commit
0fa682e66e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/js/scripts/app.js

+ 1 - 1
public/js/scripts/app.js

@@ -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)