Skip to content

Commit

Permalink
remove NativeTypesFeature configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 23, 2024
1 parent c5180f8 commit fb0019c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AiServer/Configure.AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ public void Configure(IWebHostBuilder builder) => builder
maxFileBytes: 10 * 1024 * 1024,
resolvePath:ctx => "secure".CombineWith((ctx.Request.GetApiKey() as ApiKeysFeature.ApiKey)?.Id ?? 0, ctx.FileName))
));

services.ConfigurePlugin<NativeTypesFeature>(feature =>
{
feature.MetadataTypesConfig.InitializeCollections = false;
});

});

Expand Down

0 comments on commit fb0019c

Please sign in to comment.