Fix PerformPeekPath

This commit is contained in:
Neil Alexander 2020-09-04 16:32:29 +01:00
parent 8bbccab66e
commit 843b7a7d04
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -63,7 +63,7 @@ func AddRoutes(r api.RoomserverInternalAPI, internalAPIMux *mux.Router) {
return util.JSONResponse{Code: http.StatusOK, JSON: &response}
}),
)
internalAPIMux.Handle(RoomserverPerformJoinPath,
internalAPIMux.Handle(RoomserverPerformPeekPath,
httputil.MakeInternalAPI("performPeek", func(req *http.Request) util.JSONResponse {
var request api.PerformPeekRequest
var response api.PerformPeekResponse