feat : token service
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-23 14:58:26 +08:00
parent b3c49eaa34
commit 417c70033b
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ import (
)
func RpcServer() {
lis, err := net.Listen("tcp", ":3001")
lis, err := net.Listen("tcp", ":3100")
if err != nil {
ctxLogger.Info(nil, "brahma server start up error", zap.String("error", err.Error()))
}