mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-28 17:09:30 -05:00
21 lines
315 B
JSON
21 lines
315 B
JSON
|
{
|
||
|
"scriptFile": "__init__.py",
|
||
|
"bindings": [
|
||
|
{
|
||
|
"authLevel": "function",
|
||
|
"type": "httpTrigger",
|
||
|
"direction": "in",
|
||
|
"name": "req",
|
||
|
"methods": [
|
||
|
"get",
|
||
|
"post"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "http",
|
||
|
"direction": "out",
|
||
|
"name": "$return"
|
||
|
}
|
||
|
]
|
||
|
}
|