🔃 Sync Hub v0.6.2

This commit is contained in:
jokob-sk
2024-06-06 18:50:15 +10:00
parent be4ca42803
commit ac8bbca37f
7 changed files with 4 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
file_put_contents($file_path, $data);
http_response_code(200);
echo 'Data received and stored successfully';
write_notification("[Plugin: Sync hub API] Data received", "info");
} else {
http_response_code(405);
echo 'Method Not Allowed';