From d735e2e755100f6b312f618131c7791f963adca1 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Fri, 3 Dec 2021 18:30:28 +0800 Subject: [PATCH] chore: delete 500 error --- apps/emqx_gateway/include/emqx_gateway_http.hrl | 2 -- 1 file changed, 2 deletions(-) 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">>) }).