chore: delete 500 error

This commit is contained in:
JianBo He 2021-12-03 18:30:28 +08:00
parent f1dbeb4bda
commit d735e2e755
1 changed files with 0 additions and 2 deletions

View File

@ -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">>)
}).