1
0
Fork 0
functionapp-hanyadikhetvan-.../hanyadikhetvan/function.json

21 lines
417 B
JSON

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