skirda-backend/api/CustomersPage/function.json
2022-08-24 15:08:22 +03:00

20 lines
311 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get"
],
"route": "customers/page/{skip}/{top}"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}