Commit 2fdbf48b authored by Taegyun Kim's avatar Taegyun Kim

emqx_plugin_template 오타 수정

parent bb71eebf
......@@ -8,9 +8,9 @@
start(_StartType, _StartArgs) ->
{ok, Sup} = emqx_auth_anonymous_sub:start_link(),
emqx_plugin_template:load(),
emqx_auth_anonymous:load(),
{ok, Sup}.
stop(_State) ->
emqx_plugin_template:unload().
emqx_auth_anonymous:unload().
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment