use default google grpc content-type #142

Merged
vtolstov merged 1 commits from content-type into v3 2023-01-07 23:30:18 +03:00
Showing only changes of commit 7dd327086c - Show all commits

View File

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