diff --git a/api.php b/api.php index 06f80ed..3e16aa8 100644 --- a/api.php +++ b/api.php @@ -64,6 +64,5 @@ $constructed_response = $response; //header('Content-Type: application/json'); //echo $constructed_response; -echo communityCSV($username, $password); ?> \ No newline at end of file diff --git a/zefixAPI.php b/zefixAPI.php index ccb7b95..2361d34 100644 --- a/zefixAPI.php +++ b/zefixAPI.php @@ -75,7 +75,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo } // Close cURL session curl_close($ch); - echo $response; return $response; }