From 8f69eafd8922af213f60cbf4afdc117edf5c7b0c Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 25 Jan 2022 03:06:54 +0400 Subject: [PATCH] feat: reneame create-tag endpoint --- app/controllers/api/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index c1bff04afd..795be47fdf 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -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([