Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalfangst committed Dec 25, 2023
1 parent 1dd8249 commit 55d09d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions HandleApproach/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"scriptFile": "__init__.py",
"bindings": [
{
"authLevel": "function",
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
],
"route": "/{*route}"
},
{
"type": "http",
Expand Down
7 changes: 4 additions & 3 deletions host.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
"extensions": {
"http": {
"routePrefix": ""
}
}
}

0 comments on commit 55d09d4

Please sign in to comment.