fix(rewrite): don't check and translate body for topic rewrite APIs
This commit is contained in:
parent
d781dc73a5
commit
e9c2b5d1cf
|
@ -33,7 +33,7 @@
|
||||||
]).
|
]).
|
||||||
|
|
||||||
api_spec() ->
|
api_spec() ->
|
||||||
emqx_dashboard_swagger:spec(?MODULE, #{check_schema => true, translate_body => true}).
|
emqx_dashboard_swagger:spec(?MODULE).
|
||||||
|
|
||||||
paths() ->
|
paths() ->
|
||||||
["/mqtt/topic_rewrite"].
|
["/mqtt/topic_rewrite"].
|
||||||
|
|
Loading…
Reference in New Issue