20 lines
295 B
JSON
20 lines
295 B
JSON
{
|
|
"bindings": [
|
|
{
|
|
"authLevel": "anonymous",
|
|
"type": "httpTrigger",
|
|
"direction": "in",
|
|
"name": "req",
|
|
"methods": [
|
|
"get"
|
|
],
|
|
"route": "orders/{id}"
|
|
},
|
|
{
|
|
"type": "http",
|
|
"direction": "out",
|
|
"name": "res"
|
|
}
|
|
]
|
|
}
|