Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into d817cb0ffd4ad9c540a36b358c71c081e800920b

This commit is contained in:
WangZhonghui 2025-08-05 18:38:06 +08:00 committed by GitHub
commit 798febe735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,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,
) )
} }