Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit a7c414e

Browse files
Eric EastwoodEric Eastwood
authored andcommitted

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clientapi/routing/routing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ func Setup(
210210
return SendEvent(req, device, vars["roomID"], vars["eventType"], nil, nil, cfg, rsAPI, nil)
211211
}),
212212
).Methods(http.MethodPost, http.MethodOptions)
213+
// asdf
213214
r0mux.Handle("/rooms/{roomID}/send/{eventType}/{txnID}",
214215
httputil.MakeAuthAPI("send_message", userAPI, func(req *http.Request, device *userapi.Device) util.JSONResponse {
215216
vars, err := httputil.URLDecodeMapValues(mux.Vars(req))

0 commit comments

Comments
 (0)