Skip to content

Commit

Permalink
[fix] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jun 5, 2024
1 parent 338ff27 commit fb32768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Configuration(IApplicationBuilder app)
public void ConfigureServices(IServiceCollection services)
{
...
HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
DIContainer.Current.RegisterJsonModelBinder();
...
}
Expand Down

0 comments on commit fb32768

Please sign in to comment.