Torma Kristóf
deec2f0ad2
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"scriptFile": "__init__.py",
|
|
"bindings": [
|
|
{
|
|
"authLevel": "anonymous",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req",
|
|
"methods": [
|
|
"get"
|
|
]
|
|
},
|
|
{
|
|
"type": "http",
|
|
"direction": "out",
|
|
"name": "$return"
|
|
}
|
|
]
|
|
}
|