mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Fix server key API URLs
This commit is contained in:
parent
0a3d2fdf0d
commit
1a29596f2e
|
|
@ -11,10 +11,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// RoomserverPerformJoinPath is the HTTP path for the PerformJoin API.
|
// 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.
|
// RoomserverPerformLeavePath is the HTTP path for the PerformLeave API.
|
||||||
ServerKeyQueryPublicKeyPath = "/api/serverkeyapi/queryPublicKey"
|
ServerKeyQueryPublicKeyPath = "/serverkeyapi/queryPublicKey"
|
||||||
)
|
)
|
||||||
|
|
||||||
type InputPublicKeysRequest struct {
|
type InputPublicKeysRequest struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue