mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge pull request #8528 from appwrite/fix-tempaltes-cors
Fix: Templates CORS
This commit is contained in:
commit
c3199210fa
1 changed files with 1 additions and 0 deletions
|
|
@ -2421,6 +2421,7 @@ App::delete('/v1/functions/:functionId/variables/:variableId')
|
||||||
});
|
});
|
||||||
|
|
||||||
App::get('/v1/functions/templates')
|
App::get('/v1/functions/templates')
|
||||||
|
->groups(['api'])
|
||||||
->desc('List function templates')
|
->desc('List function templates')
|
||||||
->label('scope', 'public')
|
->label('scope', 'public')
|
||||||
->label('sdk.namespace', 'functions')
|
->label('sdk.namespace', 'functions')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue