Skip to content

Commit

Permalink
Remove / in route which results in an error (#3)
Browse files Browse the repository at this point in the history
Remove / which results in an error. Also, it's not in the code itself ;)
  • Loading branch information
timotk authored Sep 23, 2022
1 parent c11a418 commit 3f16264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Inside the `WrapperFunction` folder, the file `function.json` includes a `route`
"get",
"post"
],
"route": "/{*route}"
"route": "{*route}"
},
{
"type": "http",
Expand Down

0 comments on commit 3f16264

Please sign in to comment.