fix(rules): load rules from config file failed

This commit is contained in:
Shawn 2021-10-12 13:53:30 +08:00
parent 467805855d
commit c3effca553
1 changed files with 1 additions and 3 deletions

View File

@ -144,6 +144,7 @@ put_req_schema() ->
oneOf => [
#{
type => string,
example => <<"channel_id_of_my_bridge">>,
description => <<"The channel id of an emqx bridge">>
},
#{
@ -152,9 +153,6 @@ put_req_schema() ->
function => #{
type => string,
example => <<"console">>
},
args => #{
type => object
}
}
}