fix(http api): fix badarg caused by acl cache api

This commit is contained in:
zhouzb 2021-04-08 11:38:08 +08:00 committed by tigercl
parent d8e410e770
commit a712606121
1 changed files with 1 additions and 1 deletions

View File

@ -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"}).