use default google grpc content-type

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-01-07 23:27:04 +03:00
parent 76d37a99eb
commit 27c1c4d86b

View File

@ -26,7 +26,7 @@ import (
) )
const ( const (
DefaultContentType = "application/grpc+proto" DefaultContentType = "application/grpc"
) )
type grpcClient struct { type grpcClient struct {