main
kzkzzzz 2025-05-27 23:05:12 +08:00
parent db3d256bd7
commit e69b0a4756
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ const (
)
const (
ServicePrefix = "grpc@"
ServicePrefix = "grpc-"
)
const (

View File

@ -1,5 +1,5 @@
package myhttp
const (
ServicePrefix = "http@"
ServicePrefix = "http-"
)