Преглед изворни кода

Merge pull request #10766 from zhongwencool/fix-swagger-json-crash-on-500

fix: can't get file_list_transfer desc cause 500 error on /swagger.json
zhongwencool пре 2 година
родитељ
комит
c0af9d6b53
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rel/i18n/emqx_ft_api.hocon

+ 1 - 1
rel/i18n/emqx_ft_api.hocon

@@ -3,7 +3,7 @@ emqx_ft_api {
 file_list.desc:
 """List all uploaded files."""
 
-file_list_transfer.desc
+file_list_transfer.desc:
 """List a file uploaded during specified transfer, identified by client id and file id."""
 
 }