From d39ce86712f0b3b20e3bd96171ffe06d6921b61b Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 6 Mar 2017 11:56:50 +0000 Subject: [PATCH] lowercase R --- src/github.com/matrix-org/dendrite/roomserver/api/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/roomserver/api/query.go b/src/github.com/matrix-org/dendrite/roomserver/api/query.go index 20cb8a2c8..fdfb9a3ba 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/api/query.go +++ b/src/github.com/matrix-org/dendrite/roomserver/api/query.go @@ -46,7 +46,7 @@ type RoomserverQueryAPI interface { } // RoomserverQueryLatestEventsAndStatePath is the HTTP path for the QueryLatestEventsAndState API. -const RoomserverQueryLatestEventsAndStatePath = "/api/Roomserver/QueryLatestEventsAndState" +const RoomserverQueryLatestEventsAndStatePath = "/api/roomserver/QueryLatestEventsAndState" // NewRoomserverQueryAPIHTTP creates a RoomserverQueryAPI implemented by talking to a HTTP POST API. // If httpClient is nil then it uses the http.DefaultClient