mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
20 lines
287 B
JSON
20 lines
287 B
JSON
{
|
|
"bindings": [
|
|
{
|
|
"authLevel": "anonymous",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req",
|
|
"methods": [
|
|
"get",
|
|
"post"
|
|
]
|
|
},
|
|
{
|
|
"name": "$return",
|
|
"type": "sendGrid",
|
|
"direction": "out"
|
|
}
|
|
]
|
|
}
|