mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Trigger workflow
This commit is contained in:
parent
2b1e35659c
commit
5f965e6dad
1 changed files with 1 additions and 0 deletions
|
|
@ -583,6 +583,7 @@ App::delete('/v1/functions/:functionId')
|
|||
$response->noContent();
|
||||
});
|
||||
|
||||
|
||||
App::post('/v1/functions/:functionId/deployments')
|
||||
->groups(['api', 'functions'])
|
||||
->desc('Create Deployment')
|
||||
|
|
|
|||
Loading…
Reference in a new issue