aboutsummaryrefslogtreecommitdiff
path: root/federationsender/api/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'federationsender/api/query.go')
-rw-r--r--federationsender/api/query.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/federationsender/api/query.go b/federationsender/api/query.go
index bf58d5cc..4c0f757b 100644
--- a/federationsender/api/query.go
+++ b/federationsender/api/query.go
@@ -11,10 +11,10 @@ import (
)
// FederationSenderQueryJoinedHostsInRoomPath is the HTTP path for the QueryJoinedHostsInRoom API.
-const FederationSenderQueryJoinedHostsInRoomPath = "/api/federationsender/queryJoinedHostsInRoom"
+const FederationSenderQueryJoinedHostsInRoomPath = "/federationsender/queryJoinedHostsInRoom"
// FederationSenderQueryJoinedHostServerNamesInRoomPath is the HTTP path for the QueryJoinedHostServerNamesInRoom API.
-const FederationSenderQueryJoinedHostServerNamesInRoomPath = "/api/federationsender/queryJoinedHostServerNamesInRoom"
+const FederationSenderQueryJoinedHostServerNamesInRoomPath = "/federationsender/queryJoinedHostServerNamesInRoom"
// QueryJoinedHostsInRoomRequest is a request to QueryJoinedHostsInRoom
type QueryJoinedHostsInRoomRequest struct {