Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:58:09 +02:00
parent 52287c622f
commit f9701e936f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ echo 'Curl error: ' . curl_error($ch);
}
// Close cURL session
curl_close($ch);
echo $response;
return $response;
}