fix(retainer): don't translate config content, keep it in raw
This commit is contained in:
parent
ba450c8000
commit
5459e38e15
|
@ -38,7 +38,7 @@
|
|||
namespace() -> "retainer".
|
||||
|
||||
api_spec() ->
|
||||
emqx_dashboard_swagger:spec(?MODULE, #{check_schema => true, translate_body => true}).
|
||||
emqx_dashboard_swagger:spec(?MODULE, #{check_schema => true}).
|
||||
|
||||
paths() ->
|
||||
[?PREFIX, ?PREFIX ++ "/messages", ?PREFIX ++ "/message/:topic"].
|
||||
|
|
Loading…
Reference in New Issue