🔃 Sync Hub v0.6.2

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

No files matched your search

+1
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';