fix(cluster-webui): export emqx_modules_api:list_modules/1

Fix http.500 error when loading page:http://127.0.0.1:18083/#/modules on
a emqx cluster,
This commit is contained in:
William Yang 2021-03-24 17:07:48 +01:00 committed by Zaiming (Stone) Shi
parent 49bdcf1332
commit b8c7c9c60b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
descr => "Reload a module in the cluster"}).
-export([ list/2
, list_modules/1
, load/2
, unload/2
, reload/2