Merge pull request #142 from unistack-org/content-type

use default google grpc content-type
This commit is contained in:
2023-01-07 23:30:18 +03:00
committed by GitHub

View File

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