Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into fbca49d4319eee0d40395d087b792b0351c069de

This commit is contained in:
WangZhonghui 2026-01-06 17:52:03 +08:00 committed by GitHub
commit 40745cb40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,9 @@ func (a *ApiCmd) runE() error {
&a.apiConfig.Notification,
a.apiConfig,
[]string{},
[]string{},
[]string{
a.apiConfig.Discovery.RpcService.MessageGateway,
},
api.Start,
)
}