mirror of
https://github.com/jlengrand/aswa-mongoose-tutorial2.git
synced 2026-03-10 08:01:26 +00:00
22 lines
326 B
JSON
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"
|
|
}
|
|
]
|
|
}
|