andre hai 7 meses
pai
achega
ab1c35754d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/SiteController.php

+ 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 {