Fix API path for PerformDeleteKeys

This commit is contained in:
Neil Alexander 2022-08-09 14:22:13 +01:00
parent 60044eed9c
commit 4409ca1dfc
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -27,7 +27,7 @@ func AddRoutes(internalAPIMux *mux.Router, s api.KeyInternalAPI) {
)
internalAPIMux.Handle(
PerformClaimKeysPath,
PerformDeleteKeysPath,
httputil.MakeInternalRPCAPI("KeyserverPerformDeleteKeys", s.PerformDeleteKeys),
)