Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into b8c4b459fa541205dbdaf32974d63f7ac78b5406

This commit is contained in:
WangZhonghui 2025-11-26 23:01:48 +01:00 committed by GitHub
commit 77047dc2b6
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.Notification,
a.apiConfig, a.apiConfig,
[]string{}, []string{},
[]string{}, []string{
a.apiConfig.Discovery.RpcService.MessageGateway,
},
api.Start, api.Start,
) )
} }