mirror of
https://github.com/jlengrand/simple-food-diary.git
synced 2026-03-10 08:41:19 +00:00
21 lines
325 B
JSON
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"
|
|
}
|