diff --git a/serverkeyapi/api/http.go b/serverkeyapi/api/http.go index 6f2f51eb5..95a8057a0 100644 --- a/serverkeyapi/api/http.go +++ b/serverkeyapi/api/http.go @@ -11,10 +11,10 @@ import ( const ( // RoomserverPerformJoinPath is the HTTP path for the PerformJoin API. - ServerKeyInputPublicKeyPath = "/api/serverkeyapi/inputPublicKey" + ServerKeyInputPublicKeyPath = "/serverkeyapi/inputPublicKey" // RoomserverPerformLeavePath is the HTTP path for the PerformLeave API. - ServerKeyQueryPublicKeyPath = "/api/serverkeyapi/queryPublicKey" + ServerKeyQueryPublicKeyPath = "/serverkeyapi/queryPublicKey" ) type InputPublicKeysRequest struct {