Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:54:35 +02:00
parent ca8e9ab474
commit 9493205995
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
// Close cURL
curl_close($ch);
echo $response;
echo "test";
return $response;
}