Fix metric name

This commit is contained in:
Neil Alexander 2022-08-08 11:31:46 +01:00
parent 0801e93dfa
commit b3a7087e8e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -36,7 +36,7 @@ func AddRoutes(intAPI api.FederationInternalAPI, internalAPIMux *mux.Router) {
internalAPIMux.Handle(
FederationAPIPerformBroadcastEDUPath,
httputil.MakeInternalRPCAPI("PerformJoinRequest", intAPI.PerformBroadcastEDU),
httputil.MakeInternalRPCAPI("PerformBroadcastEDU", intAPI.PerformBroadcastEDU),
)
internalAPIMux.Handle(