Skip to content

Commit

Permalink
remove ValidationFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 16, 2024
1 parent 9c66676 commit db17c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TechStacks/Configure.AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ public override void Configure(Container container)
allowedHeaders: "Content-Type, Allow, Authorization",
maxAge: 60 * 60)); //Cache OPTIONS permissions

Plugins.Add(new ValidationFeature());
container.RegisterValidators(typeof(AppHost).Assembly);
container.RegisterValidators(typeof(TechnologyServices).Assembly);

Expand Down

0 comments on commit db17c9d

Please sign in to comment.