update
parent
af5fef67db
commit
e69a987535
|
|
@ -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