diff --git a/api/zefixAPI.php b/api/zefixAPI.php index 45c3171..89732d4 100644 --- a/api/zefixAPI.php +++ b/api/zefixAPI.php @@ -80,7 +80,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo // Close cURL curl_close($ch); - echo $response; + echo "test"; return $response; }