fix default content type

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-05-24 23:13:11 +03:00
parent df72327b91
commit d3ef82346d

View File

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