diff --git a/apps/emqx_management/src/emqx_mgmt_api_acl.erl b/apps/emqx_management/src/emqx_mgmt_api_acl.erl index d6af2df58..039b4035a 100644 --- a/apps/emqx_management/src/emqx_mgmt_api_acl.erl +++ b/apps/emqx_management/src/emqx_mgmt_api_acl.erl @@ -26,7 +26,7 @@ -rest_api(#{name => clean_acl_cache_node, method => 'DELETE', - path => "/:atom:node/acl-cache", + path => "nodes/:atom:node/acl-cache", func => clean_node, descr => "Clean acl cache on specific node"}).