functionapp-hanyadikhetvan-.../hanyadikhetvan/function.json
Torma Kristóf f770d2236a
All checks were successful
continuous-integration/drone/push Build is passing
try root
2022-05-18 01:41:48 +02:00

21 lines
409 B
JSON

{
"scriptFile": "__init__.py",
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"route": "",
"methods": [
"get"
]
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
]
}