Quellcode durchsuchen

fix: fix typo in management status endpoint

Nicolas vor 1 Jahr
Ursprung
Commit
9a46f76821
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,
                 end,
             ContentType =
             ContentType =
                 case Format of
                 case Format of
-                    <<"json">> -> <<"applicatin/json">>;
+                    <<"json">> -> <<"application/json">>;
                     _ -> <<"text/plain">>
                     _ -> <<"text/plain">>
                 end,
                 end,
             Headers = #{
             Headers = #{