Files
simple-food-diary/api/profile/function.json
2021-05-28 01:31:18 +02:00

21 lines
325 B
JSON

{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
}
],
"scriptFile": "../dist/profile/index.js"
}