mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Fix API path for PerformDeleteKeys
This commit is contained in:
parent
60044eed9c
commit
4409ca1dfc
|
|
@ -27,7 +27,7 @@ func AddRoutes(internalAPIMux *mux.Router, s api.KeyInternalAPI) {
|
|||
)
|
||||
|
||||
internalAPIMux.Handle(
|
||||
PerformClaimKeysPath,
|
||||
PerformDeleteKeysPath,
|
||||
httputil.MakeInternalRPCAPI("KeyserverPerformDeleteKeys", s.PerformDeleteKeys),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue