Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao 2023-05-09 20:29:24 +08:00
commit 9884dcd7b1

View File

@ -29,6 +29,7 @@ func main() {
}
}
// run
func run(port int) error {
if port == 0 {
port = config.Config.Api.GinPort[0]