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 501e0b7 commit a0d4cfcCopy full SHA for a0d4cfc
docs/usage/routing.md
@@ -43,17 +43,8 @@ It is possible to fully customize routing behaviour by registering a `IJsonApiRo
43
// Startup.cs
44
public void ConfigureServices(IServiceCollection services)
45
{
46
-<<<<<<< HEAD
47
services.AddSingleton<IJsonApiConvention, CustomRoutingConvention>();
48
services.AddJsonApi( /* ... */ );
49
-=======
50
- public CamelCasedModelsController(
51
- IJsonApiOptions options,
52
- ILoggerFactory loggerFactory,
53
- IResourceService<CamelCasedModel> resourceService)
54
- : base(options, loggerFactory, resourceService)
55
- { }
56
->>>>>>> master
57
}
58
```
59
0 commit comments