Files
simple-food-diary/api/addDiaryEntry/function.json
Julien Lengrand-Lambert adc6de4862 New test
2021-08-11 16:45:35 +02:00

20 lines
316 B
JSON

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