Compare commits

...

2 Commits

Author SHA1 Message Date
kzkzzzz 22ba1c8046 Merge branch 'main' of ssh://git.makemake.in:5566/kzkzzzz/mycommon 2025-12-11 22:15:49 +08:00
kzkzzzz e69a987535 update 2025-12-11 22:15:30 +08:00
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@"
)