20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"scriptFile": "__init__.py",
|
|
"bindings": [
|
|
{
|
|
"authLevel": "function",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req",
|
|
"methods": [
|
|
"get"
|
|
]
|
|
},
|
|
{
|
|
"type": "http",
|
|
"direction": "out",
|
|
"name": "$return"
|
|
}
|
|
]
|
|
}
|