From d41fb40fb5cfe62f44f55042715f1a7fd62e644f Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 12 Dec 2022 13:45:09 +0800 Subject: [PATCH] docs: comment for V1AlphaRoute --- routers/api/actions/grpc/grpc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/api/actions/grpc/grpc.go b/routers/api/actions/grpc/grpc.go index b20ab38ec2..cc82ffa91d 100644 --- a/routers/api/actions/grpc/grpc.go +++ b/routers/api/actions/grpc/grpc.go @@ -34,6 +34,7 @@ func V1Route() (string, http.Handler) { func V1AlphaRoute() (string, http.Handler) { // grpcV1Alpha + // to support tools that haven't updated to the v1 API return grpcreflect.NewHandlerV1Alpha( grpcreflect.NewStaticReflector(allServices...), compress1KB,