Skip to content

Commit e350138

Browse files
committed
Adding WebHooks gRPC endpoint
1 parent b53187c commit e350138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Kernel/Server/GrpcServiceRegistrations.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public static IApplicationBuilder MapGrpcServices(this IApplicationBuilder app)
6464
_.MapGrpcService<Services.Observation.FailedPartitions>();
6565
_.MapGrpcService<Services.Observation.Reactors.Reactors>();
6666
_.MapGrpcService<Services.Observation.Reducers.Reducers>();
67+
_.MapGrpcService<Services.Observation.Webhooks.Webhooks>();
6768
_.MapGrpcService<Services.Projections.Projections>();
6869
_.MapGrpcService<Services.ReadModels.ReadModels>();
6970
_.MapGrpcService<Services.Jobs.Jobs>();

0 commit comments

Comments
 (0)