fix(retainer): don't translate config content, keep it in raw

This commit is contained in:
firest 2022-03-18 17:14:21 +08:00
parent ba450c8000
commit 5459e38e15
1 changed files with 1 additions and 1 deletions

View File

@ -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"].