chore: delete 500 error
This commit is contained in:
parent
f1dbeb4bda
commit
d735e2e755
|
@ -23,6 +23,4 @@
|
||||||
[?BAD_REQUEST], <<"Bad request">>)
|
[?BAD_REQUEST], <<"Bad request">>)
|
||||||
, 404 => emqx_dashboard_swagger:error_codes(
|
, 404 => emqx_dashboard_swagger:error_codes(
|
||||||
[?NOT_FOUND], <<"Not Found">>)
|
[?NOT_FOUND], <<"Not Found">>)
|
||||||
, 500 => emqx_dashboard_swagger:error_codes(
|
|
||||||
[?INTERNAL_ERROR], <<"Internal Server Error">>)
|
|
||||||
}).
|
}).
|
||||||
|
|
Loading…
Reference in New Issue