소스 검색

fix: fix typo in management status endpoint

Nicolas 1 년 전
부모
커밋
9a46f76821
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api_status.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_api_status.erl

@@ -114,7 +114,7 @@ running_status(Format) ->
                 end,
             ContentType =
                 case Format of
-                    <<"json">> -> <<"applicatin/json">>;
+                    <<"json">> -> <<"application/json">>;
                     _ -> <<"text/plain">>
                 end,
             Headers = #{