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 30f6e65 commit e924833Copy full SHA for e924833
docs/usage/resources/hooks.md
@@ -103,7 +103,7 @@ public void ConfigureServices(IServiceCollection services)
103
options =>
104
{
105
options.EnableResourceHooks = true; // default is false
106
- options.LoadDatabaseValues = false; // default is true
+ options.LoadDatabaseValues = false; // default is false
107
}
108
);
109
...
@@ -290,7 +290,7 @@ public void ConfigureServices(IServiceCollection services)
290
services.AddJsonApi<ApiDbContext>(
291
292
293
294
295
296
0 commit comments