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 0476228 commit af01214Copy full SHA for af01214
src/JsonApiDotNetCore/Builders/JsonApiApplicationBuilder.cs
@@ -116,7 +116,6 @@ public void ConfigureMvc()
116
/// </summary>
117
public void ConfigureServices()
118
{
119
-
120
_serviceDiscoveryFacade.DiscoverServices();
121
122
if (_dbContextType != null)
@@ -184,7 +183,9 @@ public void ConfigureServices()
184
183
AddServerSerialization();
185
AddQueryStringParameterServices();
186
if (_options.EnableResourceHooks)
+ {
187
AddResourceHooks();
188
+ }
189
190
_services.AddScoped<IInverseRelationships, InverseRelationships>();
191
}
0 commit comments