fix(http api): fix badarg caused by acl cache api
This commit is contained in:
parent
d8e410e770
commit
a712606121
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
-rest_api(#{name => clean_acl_cache_node,
|
-rest_api(#{name => clean_acl_cache_node,
|
||||||
method => 'DELETE',
|
method => 'DELETE',
|
||||||
path => "/:atom:node/acl-cache",
|
path => "nodes/:atom:node/acl-cache",
|
||||||
func => clean_node,
|
func => clean_node,
|
||||||
descr => "Clean acl cache on specific node"}).
|
descr => "Clean acl cache on specific node"}).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue