Files
aswa-mongoose-tutorial2/api/tasks/function.json
julien Lengrand-Lambert e004d0c959 Initial commit
2021-08-11 15:49:22 +02:00

22 lines
326 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post",
"put"
],
"route": "tasks/{id?}"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}