18 lines
286 B
JSON

{
"bindings": [
{
"type": "httpTrigger",
"direction": "in",
"authLevel": "anonymous",
"name": "req",
"methods": [ "get", "post" ],
"route": "ping"
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
]
}