lowercase R

This commit is contained in:
Mark Haines 2017-03-06 11:56:50 +00:00
parent d20b466b58
commit d39ce86712

View file

@ -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