update
parent
db3d256bd7
commit
e69b0a4756
|
@ -16,7 +16,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ServicePrefix = "grpc@"
|
ServicePrefix = "grpc-"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package myhttp
|
package myhttp
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ServicePrefix = "http@"
|
ServicePrefix = "http-"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue