Merge pull request #10495 from lafirest/fix/add_limiter_api_back
fix(api): add limiter API back which deleted by mistake
This commit is contained in:
commit
1ef1eb0d0c
|
@ -2,7 +2,7 @@
|
|||
{application, emqx_management, [
|
||||
{description, "EMQX Management API and CLI"},
|
||||
% strict semver, bump manually!
|
||||
{vsn, "5.0.19"},
|
||||
{vsn, "5.0.20"},
|
||||
{modules, []},
|
||||
{registered, [emqx_management_sup]},
|
||||
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
<<"alarm">>,
|
||||
<<"sys_topics">>,
|
||||
<<"sysmon">>,
|
||||
<<"limiter">>,
|
||||
<<"log">>,
|
||||
<<"persistent_session_store">>,
|
||||
<<"zones">>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add the limiter API `/configs/limiter` which was deleted by mistake back.
|
Loading…
Reference in New Issue