Torma Kristóf
225b6a04fb
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
417 B
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"
|
|
}
|
|
]
|
|
}
|