fix(rewrite): don't check and translate body for topic rewrite APIs

This commit is contained in:
Shawn 2021-12-27 16:17:59 +08:00
parent d781dc73a5
commit e9c2b5d1cf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
]).
api_spec() ->
emqx_dashboard_swagger:spec(?MODULE, #{check_schema => true, translate_body => true}).
emqx_dashboard_swagger:spec(?MODULE).
paths() ->
["/mqtt/topic_rewrite"].