1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Revert "Trigger workflow"

This reverts commit 5f965e6dad.
This commit is contained in:
Jake Barnby 2023-03-23 15:16:24 +13:00
parent 5f965e6dad
commit 18bdb6ae3e
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -583,7 +583,6 @@ App::delete('/v1/functions/:functionId')
$response->noContent();
});
App::post('/v1/functions/:functionId/deployments')
->groups(['api', 'functions'])
->desc('Create Deployment')