We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc5245 commit bf2e806Copy full SHA for bf2e806
templates/cli/app/services/service.php.twig
@@ -100,7 +100,6 @@ $cli
100
$params['key'] = $client->getPreference('X-Appwrite-Key');
101
$path = $client->getPreference(Client::PREFERENCE_ENDPOINT).$path . "?" . http_build_query($params);
102
echo "Please follow this URL to view your file \n".$path;
103
- $response['url'] = $path;
104
105
{% else %}
106
@@ -114,7 +113,7 @@ $cli
114
113
], $params);
115
116
$parser->parseResponse($response);
117
-
+
118
{% endif %}
119
120
{% if method.packaging %}
0 commit comments