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:
lafirest 2023-04-24 18:50:41 +08:00 committed by GitHub
commit 1ef1eb0d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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]},

View File

@ -42,6 +42,7 @@
<<"alarm">>,
<<"sys_topics">>,
<<"sysmon">>,
<<"limiter">>,
<<"log">>,
<<"persistent_session_store">>,
<<"zones">>

View File

@ -0,0 +1 @@
Add the limiter API `/configs/limiter` which was deleted by mistake back.