fix(dashboard): use correct default for listeners map
This commit is contained in:
parent
4e909e4ece
commit
9a93b745fc
|
@ -262,7 +262,7 @@ i18n_file() ->
|
|||
end.
|
||||
|
||||
listeners() ->
|
||||
emqx_conf:get([dashboard, listeners], []).
|
||||
emqx_conf:get([dashboard, listeners], #{}).
|
||||
|
||||
api_key_authorize(Req, Key, Secret) ->
|
||||
Path = cowboy_req:path(Req),
|
||||
|
|
Loading…
Reference in New Issue