mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-30 23:33:06 +08:00
log
This commit is contained in:
@@ -24,6 +24,6 @@ func main() {
|
||||
address = config.Config.Api.ListenIP + ":" + strconv.Itoa(*ginPort)
|
||||
}
|
||||
address = config.Config.CmsApi.ListenIP + ":" + strconv.Itoa(*ginPort)
|
||||
fmt.Println("start cms api server, address: ", address)
|
||||
fmt.Println("start cms api server, address: ", address, "\n")
|
||||
router.Run(address)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user