Skip to content

Commit

Permalink
Create function.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kairos-hk authored Jan 4, 2025
1 parent c158cbb commit b68f49b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions function.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": ["post"]
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
]
}

0 comments on commit b68f49b

Please sign in to comment.