mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-19 21:03:09 -06:00
Fix server key API URLs
This commit is contained in:
parent
0a3d2fdf0d
commit
1a29596f2e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue