Skip to content

Commit bf2e806

Browse files
committed
feat: support file previews
1 parent 2bc5245 commit bf2e806

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/cli/app/services/service.php.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ $cli
100100
$params['key'] = $client->getPreference('X-Appwrite-Key');
101101
$path = $client->getPreference(Client::PREFERENCE_ENDPOINT).$path . "?" . http_build_query($params);
102102
echo "Please follow this URL to view your file \n".$path;
103-
$response['url'] = $path;
104103
105104
{% else %}
106105
@@ -114,7 +113,7 @@ $cli
114113
], $params);
115114
116115
$parser->parseResponse($response);
117-
116+
118117
{% endif %}
119118
120119
{% if method.packaging %}

0 commit comments

Comments
 (0)