mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-31 06:56:58 +08:00
refactor: unified naming for module startup functions.
This commit is contained in:
parent
0078b81f5d
commit
b7714153ff
@ -26,5 +26,6 @@ func main() {
|
|||||||
authCmd.AddPrometheusPortFlag()
|
authCmd.AddPrometheusPortFlag()
|
||||||
if err := authCmd.Exec(); err != nil {
|
if err := authCmd.Exec(); err != nil {
|
||||||
util.ExitWithError(err)
|
util.ExitWithError(err)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user