mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
zap
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"OpenIM/pkg/common/cmd"
|
||||
"OpenIM/pkg/common/config"
|
||||
"OpenIM/pkg/common/log"
|
||||
"OpenIM/pkg/common/mw"
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
@@ -34,7 +33,6 @@ func run(port int) error {
|
||||
return err
|
||||
}
|
||||
log.NewPrivateLog(constant.LogFileName)
|
||||
zk.AddOption(mw.GrpcClient())
|
||||
router := api.NewGinRouter(zk)
|
||||
var address string
|
||||
if config.Config.Api.ListenIP != "" {
|
||||
|
||||
Reference in New Issue
Block a user