Skip to content

Commit

Permalink
(#142) Paralax.gRPC: update procedures extension methods [pack-all-fo…
Browse files Browse the repository at this point in the history
…rce]
  • Loading branch information
SaintAngeLs committed Nov 9, 2024
1 parent 0523aa0 commit 0137394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Paralax.gRPC/src/Paralax.gRPC/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public static IApplicationBuilder UseParalaxGrpc(this IApplicationBuilder app, A

foreach (var grpcOptions in grpcOptionsList)
{
// Enable gRPC reflection if configured
if (grpcOptions.EnableReflection)
{
endpoints.MapGrpcReflectionService();
Expand Down

0 comments on commit 0137394

Please sign in to comment.