1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

feat: reneame create-tag endpoint

This commit is contained in:
Christy Jacob 2022-01-25 03:06:54 +04:00
parent 831a94a0c5
commit 8f69eafd89

View file

@ -590,6 +590,7 @@ App::post('/v1/functions/:functionId/deployments')
$function = $dbForProject->getDocument('functions', $functionId);
$ch = \curl_init();
// TODO: rename the tag endpoints to deployment in the executor
\curl_setopt($ch, CURLOPT_URL, "http://appwrite-executor:8080/v1/tag");
\curl_setopt($ch, CURLOPT_POST, true);
\curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode([