From a7126061211a5ae628b3ba087f25f45b40078c4a Mon Sep 17 00:00:00 2001 From: zhouzb Date: Thu, 8 Apr 2021 11:38:08 +0800 Subject: [PATCH] fix(http api): fix badarg caused by acl cache api --- apps/emqx_management/src/emqx_mgmt_api_acl.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}).