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:53 +03:00
parent a67efa39ae
commit 7dd327086c

View File

@ -35,7 +35,7 @@ import (
) )
const ( const (
DefaultContentType = "application/grpc+proto" DefaultContentType = "application/grpc"
) )
/* /*