Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into a0e6d9aa69f8a49852c1d82a2dc13221da7ad540

This commit is contained in:
WangZhonghui 2026-01-19 19:53:46 +07:00 committed by GitHub
commit c83d542755
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,
)
}