diff --git a/clientapi/routing/routing.go b/clientapi/routing/routing.go index 8dbfc551df..0556714dc1 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -210,6 +210,7 @@ func Setup( return SendEvent(req, device, vars["roomID"], vars["eventType"], nil, nil, cfg, rsAPI, nil) }), ).Methods(http.MethodPost, http.MethodOptions) + // asdf r0mux.Handle("/rooms/{roomID}/send/{eventType}/{txnID}", httputil.MakeAuthAPI("send_message", userAPI, func(req *http.Request, device *userapi.Device) util.JSONResponse { vars, err := httputil.URLDecodeMapValues(mux.Vars(req))