This commit is contained in:
shimon
2025-03-20 15:05:48 +02:00
parent 403e5773a2
commit 6c0ce5cc41
+5 -1
View File
@@ -409,7 +409,11 @@ App::get('/v1/migrations/appwrite/report')
->inject('user')
->action(function (array $resources, string $endpoint, string $projectID, string $key, Response $response) {
$appwrite = new Appwrite($projectID, $endpoint, $key);
var_dump([
'projectID' => $projectID,
'endpoint' => $endpoint,
'key' => $key
]);
try {
$report = $appwrite->report($resources);
} catch (\Throwable $e) {