Merge 5afa9d1e7947fb79f390d44c25268cb0afa4f5ef into 219fb04f032abd51299153dfd31f58c4504aba37

This commit is contained in:
WangZhonghui 2025-08-28 17:14:57 +03:00 committed by GitHub
commit 1f890b8faf
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,
[]string{},
[]string{},
[]string{
a.apiConfig.Discovery.RpcService.MessageGateway,
},
api.Start,
)
}