1
0
Fork 0
functionapp-hanyadikhetvan-.../hanyadikhetvan/function.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"
}
]
}