Skip to content

Commit

Permalink
Merge pull request #10 from atc-net/hotfix/Avoid-Duplicate-endpoint-n…
Browse files Browse the repository at this point in the history
…ames

fix: Remove double registrations of endpoints
  • Loading branch information
davidkallesen authored Oct 24, 2023
2 parents e4f155f + 2650737 commit cc85211
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public static void AddEndpointAndServiceDefinitions(
{
endpointDefinition.DefineServices(services);
}

services.AddSingleton(endpointDefinitions as IReadOnlyCollection<IEndpointAndServiceDefinition>);
}

/// <summary>
Expand Down

0 comments on commit cc85211

Please sign in to comment.