andre 7 сар өмнө
parent
commit
ab1c35754d

+ 1 - 1
controllers/SiteController.php

@@ -100,7 +100,7 @@ class SiteController {
             return;
         }
 
-        echo json_encode(['success' => 'Production site enabled successfully'], $data);
+        echo json_encode(['success' => 'Production site enabled successfully', 'data' => $data]);
     }
 
     public static function revert($data): void {