From 949320599572571aeb469b35e96aa0dce15d2fc3 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 20:54:35 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- api/zefixAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }