diff --git a/api/auth/Register.php b/api/auth/Register.php
index 61e926e70b7f28edcbdfce05312b72a14150b83f..ec67b881fe0d33ebdc86f40ecdf659ff4263d10d 100644
--- a/api/auth/Register.php
+++ b/api/auth/Register.php
@@ -41,7 +41,7 @@ if ($stmt->execute() === TRUE) {
     </Envelope>';
         // echo $requestBody;
         $curl = curl_init();
-        curl_setopt($curl, CURLOPT_URL, '192.168.0.218:8081/code');
+        curl_setopt($curl, CURLOPT_URL, '192.168.6.193:8081/code');
         curl_setopt($curl, CURLOPT_POST, true);
         curl_setopt($curl, CURLOPT_HTTPHEADER, [
             'Content-Type: text/xml; charset="utf-8"',