mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user