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
commit 70700a3f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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