Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions sandbox/functions-recipes/includes/routes-prefixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ By default Azure Functions has a route prefix on all functions /api/. To change

```json
{
"http": {
"routePrefix": ""
"extensions": {
"http": {
"routePrefix": ""
}
}
}
```
Expand All @@ -18,4 +20,4 @@ This would turn http://yourUrl/api/Example into http://yourUrl/Example.

[!include[](../includes/read-more-heading.md)]

- [More on host.json](https://github.com/Azure/azure-webjobs-sdk-script/wiki/host.json)
- [More on host.json](https://github.com/Azure/azure-webjobs-sdk-script/wiki/host.json)