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 ( const (
ServicePrefix = "grpc-" ServicePrefix = "grpc@"
) )
const ( const (

View File

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