functionapp-hanyadikhetvan-.../hanyadikhetvan/function.json
Torma Kristóf 225b6a04fb
All checks were successful
continuous-integration/drone/push Build is passing
change route
2022-05-18 01:50:13 +02:00

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"
}
]
}