diff --git a/keyserver/inthttp/server.go b/keyserver/inthttp/server.go index efa5ceebb..4e5f9fba4 100644 --- a/keyserver/inthttp/server.go +++ b/keyserver/inthttp/server.go @@ -27,7 +27,7 @@ func AddRoutes(internalAPIMux *mux.Router, s api.KeyInternalAPI) { ) internalAPIMux.Handle( - PerformClaimKeysPath, + PerformDeleteKeysPath, httputil.MakeInternalRPCAPI("KeyserverPerformDeleteKeys", s.PerformDeleteKeys), )