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
This commit is contained in:
zhongwencool 2023-05-22 15:23:30 +08:00 committed by GitHub
commit c0af9d6b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."""
}