main
kzkzzzz 2025-12-11 22:15:30 +08:00
parent af5fef67db
commit e69a987535
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@"
)