andre 7 months ago
parent
commit
30ba2fa352
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/SiteController.php

+ 2 - 2
controllers/SiteController.php

@@ -99,8 +99,8 @@ class SiteController {
             echo json_encode(['error' => 'Missing required parameter: domainname']);
             return;
         }
-
-        echo json_encode(['success' => 'Production site enabled successfully', 'data' => $data]);
+        $zip = $data['zip'];
+        echo json_encode(['status' => 'FINISHED']);
     }
 
     public static function revert($data): void {