Skip to content

Commit a0d4cfc

Browse files
committed
fix: docs
1 parent 501e0b7 commit a0d4cfc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/usage/routing.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,8 @@ It is possible to fully customize routing behaviour by registering a `IJsonApiRo
4343
// Startup.cs
4444
public void ConfigureServices(IServiceCollection services)
4545
{
46-
<<<<<<< HEAD
4746
services.AddSingleton<IJsonApiConvention, CustomRoutingConvention>();
4847
services.AddJsonApi( /* ... */ );
49-
=======
50-
public CamelCasedModelsController(
51-
IJsonApiOptions options,
52-
ILoggerFactory loggerFactory,
53-
IResourceService<CamelCasedModel> resourceService)
54-
: base(options, loggerFactory, resourceService)
55-
{ }
56-
>>>>>>> master
5748
}
5849
```
5950

0 commit comments

Comments
 (0)