Browse Source

chore: delete 500 error

JianBo He 4 years ago
parent
commit
d735e2e755
1 changed files with 0 additions and 2 deletions
  1. 0 2
      apps/emqx_gateway/include/emqx_gateway_http.hrl

+ 0 - 2
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">>)
          }).