✨ Add grpc reflection
This commit is contained in:
		| @@ -30,9 +30,7 @@ public static class ServiceCollectionExtensions | ||||
|             options.MaxReceiveMessageSize = 16 * 1024 * 1024; // 16MB | ||||
|             options.MaxSendMessageSize = 16 * 1024 * 1024; // 16MB | ||||
|         }); | ||||
|  | ||||
|         // Register gRPC reflection for service discovery | ||||
|         services.AddGrpc(); | ||||
|         services.AddGrpcReflection(); | ||||
|  | ||||
|         // Register gRPC services | ||||
|         services.AddScoped<RingServiceGrpc>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user