diff --git a/federationapi/routing/routing.go b/federationapi/routing/routing.go index 5360bbe85..ed32c8904 100644 --- a/federationapi/routing/routing.go +++ b/federationapi/routing/routing.go @@ -260,7 +260,7 @@ func Setup( }, )).Methods(http.MethodPost) - v1fedmux.Handle("/backfill/{roomID}/", common.MakeFedAPI( + v1fedmux.Handle("/backfill/{roomID}", common.MakeFedAPI( "federation_backfill", cfg.Matrix.ServerName, keys, func(httpReq *http.Request, request *gomatrixserverlib.FederationRequest) util.JSONResponse { vars, err := common.URLDecodeMapValues(mux.Vars(httpReq))