Browse Source

Merge pull request #13690 from skyprime17/master

fix: fix typo in management status endpoint
zmstone 1 năm trước cách đây
mục cha
commit
2eca58f6d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = #{