From 18bdb6ae3ef95ac986c874ed56a6db12ac716a3d Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 23 Mar 2023 15:16:24 +1300 Subject: [PATCH] Revert "Trigger workflow" This reverts commit 5f965e6dad3fc4dbde41dd83aef7951dc629b868. --- app/controllers/api/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 1d0d5b05d5..049d2cb850 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -583,7 +583,6 @@ App::delete('/v1/functions/:functionId') $response->noContent(); }); - App::post('/v1/functions/:functionId/deployments') ->groups(['api', 'functions']) ->desc('Create Deployment')