diff --git a/apps/emqx_gateway/include/emqx_gateway_http.hrl b/apps/emqx_gateway/include/emqx_gateway_http.hrl index ffcd10fcc..d48c89859 100644 --- a/apps/emqx_gateway/include/emqx_gateway_http.hrl +++ b/apps/emqx_gateway/include/emqx_gateway_http.hrl @@ -23,6 +23,4 @@ [?BAD_REQUEST], <<"Bad request">>) , 404 => emqx_dashboard_swagger:error_codes( [?NOT_FOUND], <<"Not Found">>) - , 500 => emqx_dashboard_swagger:error_codes( - [?INTERNAL_ERROR], <<"Internal Server Error">>) }).