We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2642063 commit d6176c4Copy full SHA for d6176c4
README.md
@@ -184,7 +184,7 @@ This is really simple the web api team have done a really good job here. To enab
184
```
185
configuration.Routes.MapHttpBatchRoute(
186
routeName:"batch",
187
- routeTemplate:"api/batch",
+ routeTemplate:"$batch",
188
batchHandler:new DefaultHttpBatchHandler(server));
189
190
0 commit comments