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

test-errcode
wangchuxiao 2 years ago
commit 9884dcd7b1

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

Loading…
Cancel
Save