Skip to content

Commit

Permalink
Retrieve IHttpStitchingRequestInterceptor from combined services to a…
Browse files Browse the repository at this point in the history
…llow override from application services (#5500)
husseinraoouf authored Nov 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3b40be3 commit af2c24d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -192,7 +192,7 @@ public static IRequestExecutorBuilder AddRemoteSchema(
sp => new HttpRequestClient(
sp.GetCombinedServices().GetRequiredService<IHttpClientFactory>(),
sp.GetRequiredService<IErrorHandler>(),
sp.GetRequiredService<IHttpStitchingRequestInterceptor>()));
sp.GetCombinedServices().GetRequiredService<IHttpStitchingRequestInterceptor>()));

services.TryAddSingleton<
IHttpStitchingRequestInterceptor,

0 comments on commit af2c24d

Please sign in to comment.