diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index d03a6729b..af289b51d 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -159,6 +159,8 @@ import org.whispersystems.textsecuregcm.grpc.MessagesAnonymousGrpcService; import org.whispersystems.textsecuregcm.grpc.MessagesGrpcService; import org.whispersystems.textsecuregcm.grpc.MetricServerInterceptor; import org.whispersystems.textsecuregcm.grpc.PaymentsGrpcService; +import org.whispersystems.textsecuregcm.grpc.ProfileAnonymousGrpcService; +import org.whispersystems.textsecuregcm.grpc.ProfileGrpcService; import org.whispersystems.textsecuregcm.grpc.RequestAttributesInterceptor; import org.whispersystems.textsecuregcm.grpc.ValidatingInterceptor; import org.whispersystems.textsecuregcm.grpc.net.ManagedGrpcServer; @@ -970,6 +972,7 @@ public class WhisperServerService extends Application