diff --git a/api/zefixAPI.php b/api/zefixAPI.php index 9e7d493..b5522a6 100644 --- a/api/zefixAPI.php +++ b/api/zefixAPI.php @@ -41,7 +41,7 @@ echo 'Curl error: ' . curl_error($ch); } // Close cURL session curl_close($ch); - + echo $response; return $response; }